Uses of Class
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.Reason Modifier and Type Method Description AuthenticationError.ReasonAuthenticationError. getReason()static AuthenticationError.ReasonAuthenticationError.Reason. valueOf(String name)Returns 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.Reason Modifier and Type Method Description protected AuthChallengeOidcRequestAuthenticator. challenge(int code, AuthenticationError.Reason reason, String description)Constructors in org.wildfly.security.http.oidc with parameters of type AuthenticationError.Reason Constructor Description AuthenticationError(AuthenticationError.Reason reason, String description)
-