public class AuthorizationCodeGrantHandler extends AbstractGrantHandler
| Constructor and Description |
|---|
AuthorizationCodeGrantHandler() |
| Modifier and Type | Method and Description |
|---|---|
ServerAccessToken |
createAccessToken(Client client,
javax.ws.rs.core.MultivaluedMap<String,String> params) |
checkIfGrantSupported, doCreateAccessToken, getDataProvider, getSupportedGrantTypes, setDataProviderpublic ServerAccessToken createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params) throws OAuthServiceException
OAuthServiceExceptionApache CXF