Class ResourceOwnerGrantHandler
java.lang.Object
org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrantHandler
- All Implemented Interfaces:
AccessTokenGrantHandler
The "resource owner" grant handler
-
Field Summary
Fields inherited from class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) voidsetLoginHandler(ResourceOwnerLoginHandler loginHandler) voidsetMessageContext(MessageContext context) Methods inherited from class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, getApprovedScopes, getAudiences, getDataProvider, getPreAuthorizedToken, getSingleGrantType, getSupportedGrantTypes, isCanSupportPublicClients, isPartialMatchScopeValidation, setCanSupportPublicClients, setDataProvider, setPartialMatchScopeValidation
-
Constructor Details
-
ResourceOwnerGrantHandler
public ResourceOwnerGrantHandler()
-
-
Method Details
-
createAccessToken
public ServerAccessToken createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) throws OAuthServiceException- Throws:
OAuthServiceException
-
getLoginHandler
-
setLoginHandler
-
setMessageContext
-