Uses of Enum
org.wildfly.security.http.oidc.AuthenticationError.Reason
-
Uses of AuthenticationError.Reason in org.wildfly.security.http.oidc
Methods in org.wildfly.security.http.oidc that return AuthenticationError.ReasonModifier and TypeMethodDescriptionAuthenticationError.getReason()static AuthenticationError.ReasonReturns the enum constant of this type with the specified name.static AuthenticationError.Reason[]AuthenticationError.Reason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.http.oidc with parameters of type AuthenticationError.ReasonModifier and TypeMethodDescriptionprotected AuthChallengeOidcRequestAuthenticator.challenge(int code, AuthenticationError.Reason reason, String description) Constructors in org.wildfly.security.http.oidc with parameters of type AuthenticationError.ReasonModifierConstructorDescriptionAuthenticationError(AuthenticationError.Reason reason, String description)