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)
           
 
Methods inherited from class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
checkIfGrantSupported, doCreateAccessToken, getDataProvider, getSupportedGrantTypes, setDataProvider
 
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

Apache CXF API

Apache CXF