Uses of Enum
org.keycloak.authentication.AuthenticationFlowError
Packages that use AuthenticationFlowError
-
Uses of AuthenticationFlowError in org.keycloak.authentication
Methods in org.keycloak.authentication that return AuthenticationFlowErrorModifier and TypeMethodDescriptionAbstractAuthenticationFlowContext.getError()Get the error condition of a failed execution.AuthenticationFlowException.getError()static AuthenticationFlowErrorReturns the enum constant of this type with the specified name.static AuthenticationFlowError[]AuthenticationFlowError.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.authentication with parameters of type AuthenticationFlowErrorModifier and TypeMethodDescriptionvoidAbstractAuthenticationFlowContext.failure(AuthenticationFlowError error) Aborts the current flowvoidAbstractAuthenticationFlowContext.failure(AuthenticationFlowError error, jakarta.ws.rs.core.Response response) Aborts the current flow.voidAbstractAuthenticationFlowContext.failure(AuthenticationFlowError error, jakarta.ws.rs.core.Response response, String eventDetails, String userErrorMessage) Aborts the current flow.voidAbstractAuthenticationFlowContext.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.Constructors in org.keycloak.authentication with parameters of type AuthenticationFlowErrorModifierConstructorDescriptionAuthenticationFlowException(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)