Class SamlBearerAssertionGrant
java.lang.Object
io.micronaut.security.oauth2.grants.SamlBearerAssertionGrant
SAML 2.0 bearer assertion grant.
- Since:
- 1.2.0
- Author:
- Sergio del Amo
- See Also:
- 
Constructor Details- 
SamlBearerAssertionGrantpublic SamlBearerAssertionGrant()
 
- 
- 
Method Details- 
getGrantType- Returns:
- urn:ietf:params:oauth:grant-type:saml2-bearer
 
- 
getScope- Returns:
- Requested scope values for the access token.
 
- 
setScope- Parameters:
- scope- Requested scope values for the access token.
 
- 
getAssertion- Returns:
- The SAML 2.0 assertion, base 64 URL encoded.
 
- 
setAssertion- Parameters:
- assertion- The SAML 2.0 assertion, base 64 URL encoded.
 
 
-