Uses of Enum
org.keycloak.adapters.saml.SamlAuthenticationError.Reason
-
Uses of SamlAuthenticationError.Reason in org.keycloak.adapters.saml
Methods in org.keycloak.adapters.saml that return SamlAuthenticationError.ReasonModifier and TypeMethodDescriptionSamlAuthenticationError.getReason()Returns the enum constant of this type with the specified name.static SamlAuthenticationError.Reason[]SamlAuthenticationError.Reason.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.keycloak.adapters.saml with parameters of type SamlAuthenticationError.ReasonModifierConstructorDescriptionSamlAuthenticationError(SamlAuthenticationError.Reason reason, StatusResponseType status)