Uses of Enum Class
org.forgerock.am.saml2.api.AuthComparison
Packages that use AuthComparison
-
Uses of AuthComparison in org.forgerock.am.saml2.api
Fields in org.forgerock.am.saml2.api with type parameters of type AuthComparisonModifier and TypeFieldDescriptionstatic final 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 AuthComparisonModifier and TypeMethodDescriptionstatic AuthComparison
Returns the enum constant of this class with the specified name.static AuthComparison[]
AuthComparison.values()
Returns an array containing the constants of this enum class, in the order they are declared.