Uses of Class
org.forgerock.am.saml2.api.AuthComparison
-
Packages that use AuthComparison Package Description org.forgerock.am.saml2.api This package contains the SAML2 SSO APIs. -
-
Uses of AuthComparison in org.forgerock.am.saml2.api
Fields in org.forgerock.am.saml2.api with type parameters of type AuthComparison Modifier and Type Field Description static Option<AuthComparison>
Saml2Options. AUTH_COMPARISON
The comparison method the identity provider should use when determining the authentication method.Methods in org.forgerock.am.saml2.api that return AuthComparison Modifier and Type Method Description static AuthComparison
AuthComparison. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthComparison[]
AuthComparison. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-