Uses of Class
org.keycloak.adapters.OIDCAuthenticationError.Reason
-
Packages that use OIDCAuthenticationError.Reason Package Description org.keycloak.adapters -
-
Uses of OIDCAuthenticationError.Reason in org.keycloak.adapters
Methods in org.keycloak.adapters that return OIDCAuthenticationError.Reason Modifier and Type Method Description OIDCAuthenticationError.ReasonOIDCAuthenticationError. getReason()static OIDCAuthenticationError.ReasonOIDCAuthenticationError.Reason. valueOf(String name)Returns the enum constant of this type with the specified name.static OIDCAuthenticationError.Reason[]OIDCAuthenticationError.Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.adapters with parameters of type OIDCAuthenticationError.Reason Modifier and Type Method Description protected AuthChallengeOAuthRequestAuthenticator. challenge(int code, OIDCAuthenticationError.Reason reason, String description)protected AuthChallengeBearerTokenRequestAuthenticator. challengeResponse(HttpFacade facade, OIDCAuthenticationError.Reason reason, String error, String description)Constructors in org.keycloak.adapters with parameters of type OIDCAuthenticationError.Reason Constructor Description OIDCAuthenticationError(OIDCAuthenticationError.Reason reason, String description)
-