Uses of Enum Class
org.keycloak.authentication.AuthenticationFlowError
Package
Description
-
Uses of AuthenticationFlowError in org.keycloak.authentication
Modifier and TypeMethodDescriptionAbstractAuthenticationFlowContext.getError()
Get the error condition of a failed execution.AuthenticationFlowException.getError()
AuthenticationProcessor.Result.getError()
static AuthenticationFlowError
Returns the enum constant of this class with the specified name.static AuthenticationFlowError[]
AuthenticationFlowError.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AbstractAuthenticationFlowContext.failure
(AuthenticationFlowError error) Aborts the current flowvoid
AbstractAuthenticationFlowContext.failure
(AuthenticationFlowError error, jakarta.ws.rs.core.Response response) Aborts the current flow.void
AbstractAuthenticationFlowContext.failure
(AuthenticationFlowError error, jakarta.ws.rs.core.Response response, String eventDetails, String userErrorMessage) Aborts the current flow.void
AuthenticationProcessor.Result.failure
(AuthenticationFlowError error) void
AuthenticationProcessor.Result.failure
(AuthenticationFlowError error, jakarta.ws.rs.core.Response challenge) void
AuthenticationProcessor.Result.failure
(AuthenticationFlowError error, jakarta.ws.rs.core.Response challenge, String eventDetails, String userErrorMessage) void
AbstractAuthenticationFlowContext.failureChallenge
(AuthenticationFlowError error, jakarta.ws.rs.core.Response challenge) Same behavior as forceChallenge(), but the error count in brute force attack detection will be incremented.void
AuthenticationProcessor.Result.failureChallenge
(AuthenticationFlowError error, jakarta.ws.rs.core.Response challenge) ModifierConstructorDescriptionAuthenticationFlowException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, AuthenticationFlowError error) AuthenticationFlowException
(String message, Throwable cause, AuthenticationFlowError error) AuthenticationFlowException
(String message, AuthenticationFlowError error) AuthenticationFlowException
(Throwable cause, AuthenticationFlowError error) AuthenticationFlowException
(AuthenticationFlowError error, jakarta.ws.rs.core.Response response) AuthenticationFlowException
(AuthenticationFlowError error, String eventDetails, String userErrorMessage) -
Uses of AuthenticationFlowError in org.keycloak.authentication.authenticators.broker
Modifier and TypeMethodDescriptionprotected void
AbstractIdpAuthenticator.sendFailureChallenge
(AuthenticationFlowContext context, jakarta.ws.rs.core.Response.Status status, String eventError, String errorMessage, AuthenticationFlowError flowError) -
Uses of AuthenticationFlowError in org.keycloak.authentication.authenticators.browser
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
AbstractUsernameFormAuthenticator.setDuplicateUserChallenge
(AuthenticationFlowContext context, String eventError, String loginFormError, AuthenticationFlowError authenticatorError)