org.apache.cxf.rs.security.oauth2.grants.code
Class AuthorizationCodeGrantHandler
java.lang.Object
org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
org.apache.cxf.rs.security.oauth2.grants.code.AuthorizationCodeGrantHandler
- All Implemented Interfaces:
- AccessTokenGrantHandler
public class AuthorizationCodeGrantHandler
- extends AbstractGrantHandler
Authorization Code Grant Handler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorizationCodeGrantHandler
public AuthorizationCodeGrantHandler()
createAccessToken
public ServerAccessToken createAccessToken(Client client,
javax.ws.rs.core.MultivaluedMap<String,String> params)
throws OAuthServiceException
- Throws:
OAuthServiceException
Apache CXF