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.Reason
AuthenticationError. reason
Methods in org.wildfly.security.http.oidc that return AuthenticationError.Reason Modifier and Type Method Description AuthenticationError.Reason
AuthenticationError. getReason()
static AuthenticationError.Reason
AuthenticationError.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 AuthChallenge
OidcRequestAuthenticator. challenge(int code, AuthenticationError.Reason reason, String description)
protected AuthChallenge
BearerTokenRequestAuthenticator. 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)
-