Uses of Class
org.apache.cxf.rs.security.oauth2.common.OOBAuthorizationResponse
-
Packages that use OOBAuthorizationResponse Package Description org.apache.cxf.rs.security.oauth2.provider org.apache.cxf.rs.security.oauth2.services -
-
Uses of OOBAuthorizationResponse in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type OOBAuthorizationResponse Modifier and Type Method Description javax.ws.rs.core.ResponseOOBResponseDeliverer. deliver(OOBAuthorizationResponse response) -
Uses of OOBAuthorizationResponse in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type OOBAuthorizationResponse Modifier and Type Method Description protected javax.ws.rs.core.ResponseAuthorizationCodeGrantService. deliverOOBResponse(OOBAuthorizationResponse response)
-