public class Saml2BearerGrant extends AbstractSaml2BearerGrant
| Constructor and Description | 
|---|
Saml2BearerGrant(String assertion)  | 
Saml2BearerGrant(String assertion,
                boolean encoded)  | 
Saml2BearerGrant(String assertion,
                boolean encoded,
                String scope)  | 
Saml2BearerGrant(String assertion,
                String scope)  | 
| Modifier and Type | Method and 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. 
 | 
addScope, encodeAssertion, getType, initMappublic Saml2BearerGrant(String assertion)
public Saml2BearerGrant(String assertion, boolean encoded)
public javax.ws.rs.core.MultivaluedMap<String,String> toMap()
AccessTokenGrantApache CXF