Class RefreshTokenGrantHandler
java.lang.Object
org.apache.cxf.rs.security.oauth2.grants.refresh.RefreshTokenGrantHandler
- All Implemented Interfaces:
AccessTokenGrantHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) voidsetDataProvider(OAuthDataProvider dataProvider) voidsetPartialMatchScopeValidation(boolean partialMatchScopeValidation) voidsetUseAllClientScopes(boolean useAllClientScopes)
-
Constructor Details
-
RefreshTokenGrantHandler
public RefreshTokenGrantHandler()
-
-
Method Details
-
setDataProvider
-
getSupportedGrantTypes
- Specified by:
getSupportedGrantTypesin interfaceAccessTokenGrantHandler
-
createAccessToken
public ServerAccessToken createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) throws OAuthServiceException- Specified by:
createAccessTokenin interfaceAccessTokenGrantHandler- Throws:
OAuthServiceException
-
setPartialMatchScopeValidation
public void setPartialMatchScopeValidation(boolean partialMatchScopeValidation) -
setUseAllClientScopes
public void setUseAllClientScopes(boolean useAllClientScopes)
-