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,AccessTokenGrant
public class SamlBearerClientCredentialsGrant extends AbstractSaml2BearerGrant
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SamlBearerClientCredentialsGrant(String assertion, boolean encoded, String scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
toMap
public javax.ws.rs.core.MultivaluedMap<String,String> toMap()
Description copied from interface:AccessTokenGrantReturns the map containing public grant parameters; can be used by clients requesting the access tokens.- Returns:
- the grant parameters
-
-