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, setPartialMatchScopeValidation
public ServerAccessToken createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params) throws OAuthServiceException
OAuthServiceException
public void setLoginHandler(ResourceOwnerLoginHandler loginHandler)
Apache CXF