org.apache.cxf.rs.security.oauth2.provider
Interface AccessTokenGrantHandler
- All Known Implementing Classes:
- AbstractGrantHandler, AuthorizationCodeGrantHandler, ClientCredentialsGrantHandler, RefreshTokenGrantHandler, ResourceOwnerGrantHandler, Saml2BearerGrantHandler
public interface AccessTokenGrantHandler
getSupportedGrantTypes
List<String> getSupportedGrantTypes()
createAccessToken
ServerAccessToken createAccessToken(Client client,
javax.ws.rs.core.MultivaluedMap<String,String> params)
throws OAuthServiceException
- Throws:
OAuthServiceException
Apache CXF