Apache CXF API

org.apache.cxf.rs.security.oauth2.grants.code
Class AuthorizationCodeGrantHandler

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
      extended by org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrantHandler
All Implemented Interfaces:
AccessTokenGrantHandler

public class AuthorizationCodeGrantHandler
extends AbstractGrantHandler

Authorization Code Grant Handler


Constructor Summary
AuthorizationCodeGrantHandler()
           
 
Method Summary
 ServerAccessToken createAccessToken(Client client, javax.ws.rs.core.MultivaluedMap<String,String> params)
           
 void setCodeVerifierTransformer(CodeVerifierTransformer codeVerifier)
           
 
Methods inherited from class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
checkIfGrantSupported, doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, getDataProvider, getSupportedGrantTypes, isCanSupportPublicClients, setCanSupportPublicClients, setDataProvider, setPartialMatchScopeValidation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationCodeGrantHandler

public AuthorizationCodeGrantHandler()
Method Detail

createAccessToken

public ServerAccessToken createAccessToken(Client client,
                                           javax.ws.rs.core.MultivaluedMap<String,String> params)
                                    throws OAuthServiceException
Throws:
OAuthServiceException

setCodeVerifierTransformer

public void setCodeVerifierTransformer(CodeVerifierTransformer codeVerifier)

Apache CXF API

Apache CXF