org.apache.cxf.rs.security.oauth2.jwt.grant
Class JwtBearerClientCredentialsGrant

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth2.jwt.grant.AbstractJwtBearerGrant
      extended by org.apache.cxf.rs.security.oauth2.jwt.grant.JwtBearerClientCredentialsGrant
All Implemented Interfaces:
Serializable, org.apache.cxf.rs.security.oauth2.common.AccessTokenGrant

public class JwtBearerClientCredentialsGrant
extends AbstractJwtBearerGrant

See Also:
Serialized Form

Constructor Summary
JwtBearerClientCredentialsGrant(String assertion, boolean encoded, String scope)
           
 
Method Summary
 javax.ws.rs.core.MultivaluedMap<String,String> toMap()
           
 
Methods inherited from class org.apache.cxf.rs.security.oauth2.jwt.grant.AbstractJwtBearerGrant
addScope, encodeAssertion, getType, initMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JwtBearerClientCredentialsGrant

public JwtBearerClientCredentialsGrant(String assertion,
                                       boolean encoded,
                                       String scope)
Method Detail

toMap

public javax.ws.rs.core.MultivaluedMap<String,String> toMap()


Apache CXF