Class Saml2BearerGrant
java.lang.Object
org.apache.cxf.rs.security.oauth2.grants.saml.AbstractSaml2BearerGrant
org.apache.cxf.rs.security.oauth2.grants.saml.Saml2BearerGrant
- All Implemented Interfaces:
Serializable,org.apache.cxf.rs.security.oauth2.common.AccessTokenGrant
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaml2BearerGrant(String assertion) Saml2BearerGrant(String assertion, boolean encoded) Saml2BearerGrant(String assertion, boolean encoded, String scope) Saml2BearerGrant(String assertion, String scope) -
Method Summary
Methods inherited from class org.apache.cxf.rs.security.oauth2.grants.saml.AbstractSaml2BearerGrant
addScope, encodeAssertion, getType, initMap
-
Constructor Details
-
Saml2BearerGrant
-
Saml2BearerGrant
-
Saml2BearerGrant
-
Saml2BearerGrant
-
-
Method Details
-
toMap
-