@Introspected
public class SamlBearerAssertionGrant
extends java.lang.Object
| Constructor and Description | 
|---|
| SamlBearerAssertionGrant()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getAssertion() | 
| java.lang.String | getGrantType() | 
| java.lang.String | getScope() | 
| void | setAssertion(java.lang.String assertion) | 
| void | setScope(java.lang.String scope) | 
@Nonnull public java.lang.String getGrantType()
@Nullable public java.lang.String getScope()
public void setScope(@Nullable
                     java.lang.String scope)
scope - Requested scope values for the access token.@Nonnull public java.lang.String getAssertion()
public void setAssertion(@Nonnull
                         java.lang.String assertion)
assertion - The SAML 2.0 assertion, base 64 URL encoded.