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