Uses of Class
org.wildfly.security.http.oidc.AuthenticationError.Reason
-
Packages that use AuthenticationError.Reason Package Description org.wildfly.security.http.oidc -
-
Uses of AuthenticationError.Reason in org.wildfly.security.http.oidc
Fields in org.wildfly.security.http.oidc declared as AuthenticationError.Reason Modifier and Type Field Description private AuthenticationError.ReasonAuthenticationError. reasonMethods 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)protected AuthChallengeBearerTokenRequestAuthenticator. challengeResponse(AuthenticationError.Reason reason, String error, String description)Constructors in org.wildfly.security.http.oidc with parameters of type AuthenticationError.Reason Constructor Description AuthenticationError(AuthenticationError.Reason reason, String description)
-