Apache CXF API

org.apache.cxf.rs.security.oauth2.grants.saml
Class Saml2BearerGrant

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth2.grants.saml.AbstractSaml2BearerGrant
      extended by org.apache.cxf.rs.security.oauth2.grants.saml.Saml2BearerGrant
All Implemented Interfaces:
Serializable, AccessTokenGrant

public class Saml2BearerGrant
extends AbstractSaml2BearerGrant

See Also:
Serialized Form

Constructor Summary
Saml2BearerGrant(String assertion)
           
Saml2BearerGrant(String assertion, boolean encoded)
           
Saml2BearerGrant(String assertion, boolean encoded, String scope)
           
Saml2BearerGrant(String assertion, String scope)
           
 
Method Summary
 javax.ws.rs.core.MultivaluedMap<String,String> toMap()
          Returns the map containing public grant parameters; can be used by clients requesting the access tokens.
 
Methods inherited from class org.apache.cxf.rs.security.oauth2.grants.saml.AbstractSaml2BearerGrant
addScope, encodeAssertion, getType, initMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Saml2BearerGrant

public Saml2BearerGrant(String assertion)

Saml2BearerGrant

public Saml2BearerGrant(String assertion,
                        boolean encoded)

Saml2BearerGrant

public Saml2BearerGrant(String assertion,
                        String scope)

Saml2BearerGrant

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

toMap

public javax.ws.rs.core.MultivaluedMap<String,String> toMap()
Description copied from interface: AccessTokenGrant
Returns the map containing public grant parameters; can be used by clients requesting the access tokens.

Returns:
the grant parameters

Apache CXF API

Apache CXF