Package org.forgerock.am.saml2.api
Class Saml2Options
java.lang.Object
org.forgerock.am.saml2.api.Saml2Options
This class contains the currently available options that can control the SAML2 flows.
-
Field Summary
Modifier and TypeFieldDescriptionWhether the identity provider is allowed to create a new NameID value for the user.static final Option<AuthComparison>
The comparison method the identity provider should use when determining the authentication method.The authentication context class reference.The authentication context declaration reference.Whether the IDP should force re-authentication of the user.Whether the IDP should silently check if the user is already authenticated.The NameID Format the IDP should use when constructing the assertion.The request binding AM should use when sending the authentication request.The binding the IDP should use when returning the SAML response. -
Method Summary
-
Field Details
-
ALLOW_CREATE
Whether the identity provider is allowed to create a new NameID value for the user. -
AUTH_COMPARISON
The comparison method the identity provider should use when determining the authentication method. -
AUTH_CONTEXT_CLASS_REF
The authentication context class reference. -
AUTH_CONTEXT_DECL_REF
The authentication context declaration reference. -
FORCE_AUTHN
Whether the IDP should force re-authentication of the user. -
IS_PASSIVE
Whether the IDP should silently check if the user is already authenticated. -
NAME_ID_FORMAT
The NameID Format the IDP should use when constructing the assertion. -
REQUEST_BINDING
The request binding AM should use when sending the authentication request. -
RESPONSE_BINDING
The binding the IDP should use when returning the SAML response.
-