Uses of Class
org.keycloak.adapters.saml.SamlAuthenticationError.Reason
-
-
Uses of SamlAuthenticationError.Reason in org.keycloak.adapters.saml
Methods in org.keycloak.adapters.saml that return SamlAuthenticationError.Reason Modifier and Type Method Description SamlAuthenticationError.ReasonSamlAuthenticationError. getReason()static SamlAuthenticationError.ReasonSamlAuthenticationError.Reason. valueOf(String name)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.Reason Constructor Description SamlAuthenticationError(SamlAuthenticationError.Reason reason)SamlAuthenticationError(SamlAuthenticationError.Reason reason, StatusResponseType status)
-