org.apache.cxf.rs.security.oauth2.grants.owner
Class ResourceOwnerGrantHandler
java.lang.Object
  
org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
      
org.apache.cxf.rs.security.oauth2.grants.owner.ResourceOwnerGrantHandler
- All Implemented Interfaces: 
 - AccessTokenGrantHandler
 
public class ResourceOwnerGrantHandler
- extends AbstractGrantHandler
 
The "resource owner" grant handler
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ResourceOwnerGrantHandler
public ResourceOwnerGrantHandler()
createAccessToken
public ServerAccessToken createAccessToken(Client client,
                                           javax.ws.rs.core.MultivaluedMap<String,String> params)
                                    throws OAuthServiceException
- Throws:
 OAuthServiceException
 
setLoginHandler
public void setLoginHandler(ResourceOwnerLoginHandler loginHandler)
 
Apache CXF