Class AbstractSaml2BearerGrant
java.lang.Object
org.apache.cxf.rs.security.oauth2.grants.saml.AbstractSaml2BearerGrant
- All Implemented Interfaces:
Serializable,org.apache.cxf.rs.security.oauth2.common.AccessTokenGrant
- Direct Known Subclasses:
Saml2BearerGrant,SamlBearerClientCredentialsGrant
public abstract class AbstractSaml2BearerGrant
extends Object
implements org.apache.cxf.rs.security.oauth2.common.AccessTokenGrant
- 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
- Specified by:
getTypein interfaceorg.apache.cxf.rs.security.oauth2.common.AccessTokenGrant
-
initMap
-
addScope
-
encodeAssertion
-