Package | Description |
---|---|
org.keycloak.adapters |
Modifier and Type | Method and Description |
---|---|
OIDCAuthenticationError.Reason |
OIDCAuthenticationError.getReason() |
static OIDCAuthenticationError.Reason |
OIDCAuthenticationError.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.
|
Modifier and Type | Method and Description |
---|---|
protected AuthChallenge |
OAuthRequestAuthenticator.challenge(int code,
OIDCAuthenticationError.Reason reason,
String description) |
protected AuthChallenge |
BearerTokenRequestAuthenticator.challengeResponse(HttpFacade facade,
OIDCAuthenticationError.Reason reason,
String error,
String description) |
Constructor and Description |
---|
OIDCAuthenticationError(OIDCAuthenticationError.Reason reason,
String description) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.