Apache CXF API

org.apache.cxf.rs.security.oauth2.grants.clientcred
Class ClientCredentialsGrant

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth2.grants.AbstractGrant
      extended by org.apache.cxf.rs.security.oauth2.grants.clientcred.ClientCredentialsGrant
All Implemented Interfaces:
Serializable, AccessTokenGrant

public class ClientCredentialsGrant
extends AbstractGrant

See Also:
Serialized Form

Constructor Summary
ClientCredentialsGrant()
           
ClientCredentialsGrant(String scope)
           
ClientCredentialsGrant(String scope, String audience)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.rs.security.oauth2.grants.AbstractGrant
getType, setAudience, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientCredentialsGrant

public ClientCredentialsGrant()

ClientCredentialsGrant

public ClientCredentialsGrant(String scope)

ClientCredentialsGrant

public ClientCredentialsGrant(String scope,
                              String audience)

Apache CXF API

Apache CXF