public class ResourceOwnerGrantHandler extends AbstractGrantHandler
LOG| Constructor and Description |
|---|
ResourceOwnerGrantHandler() |
| Modifier and Type | Method and Description |
|---|---|
ServerAccessToken |
createAccessToken(Client client,
javax.ws.rs.core.MultivaluedMap<String,String> params) |
void |
setLoginHandler(ResourceOwnerLoginHandler loginHandler) |
checkIfGrantSupported, doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, getDataProvider, getSupportedGrantTypes, isCanSupportPublicClients, setCanSupportPublicClients, setDataProvider, setPartialMatchScopeValidationpublic ServerAccessToken createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params) throws OAuthServiceException
OAuthServiceExceptionpublic void setLoginHandler(ResourceOwnerLoginHandler loginHandler)
Apache CXF