Class AbstractSaml2BearerGrant
java.lang.Object
org.apache.cxf.rs.security.oauth2.grants.saml.AbstractSaml2BearerGrant
- All Implemented Interfaces:
Serializable,AccessTokenGrant
- Direct Known Subclasses:
Saml2BearerGrant,SamlBearerClientCredentialsGrant
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSaml2BearerGrant(String grantType, String assertion, boolean encoded, String scope) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.rs.security.oauth2.common.AccessTokenGrant
toMap
-
Constructor Details
-
AbstractSaml2BearerGrant
-
-
Method Details
-
getType
Description copied from interface:AccessTokenGrantReturns the token grant type, example, "authorization_code"- Specified by:
getTypein interfaceAccessTokenGrant- Returns:
- the grant type
-
initMap
-
addScope
-
encodeAssertion
-