Uses of Class
org.keycloak.authentication.AuthenticationFlowError
-
-
Uses of AuthenticationFlowError in org.keycloak.authentication
Methods in org.keycloak.authentication that return AuthenticationFlowError Modifier and Type Method Description AuthenticationFlowError
AbstractAuthenticationFlowContext. getError()
Get the error condition of a failed execution.AuthenticationFlowError
AuthenticationFlowException. getError()
AuthenticationFlowError
AuthenticationProcessor.Result. getError()
static AuthenticationFlowError
AuthenticationFlowError. valueOf(String name)
Returns 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 AuthenticationFlowError Modifier and Type Method Description void
AbstractAuthenticationFlowContext. failure(AuthenticationFlowError error)
Aborts the current flowvoid
AbstractAuthenticationFlowContext. failure(AuthenticationFlowError error, javax.ws.rs.core.Response response)
Aborts the current flow.void
AbstractAuthenticationFlowContext. failure(AuthenticationFlowError error, javax.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, javax.ws.rs.core.Response challenge)
void
AuthenticationProcessor.Result. failure(AuthenticationFlowError error, javax.ws.rs.core.Response challenge, String eventDetails, String userErrorMessage)
void
AbstractAuthenticationFlowContext. failureChallenge(AuthenticationFlowError error, javax.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, javax.ws.rs.core.Response challenge)
Constructors in org.keycloak.authentication with parameters of type AuthenticationFlowError Constructor Description AuthenticationFlowException(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)
AuthenticationFlowException(AuthenticationFlowError error, String eventDetails, String userErrorMessage)
AuthenticationFlowException(AuthenticationFlowError error, javax.ws.rs.core.Response response)
-
Uses of AuthenticationFlowError in org.keycloak.authentication.authenticators.broker
Methods in org.keycloak.authentication.authenticators.broker with parameters of type AuthenticationFlowError Modifier and Type Method Description protected void
AbstractIdpAuthenticator. sendFailureChallenge(AuthenticationFlowContext context, javax.ws.rs.core.Response.Status status, String eventError, String errorMessage, AuthenticationFlowError flowError)
-
Uses of AuthenticationFlowError in org.keycloak.authentication.authenticators.browser
Methods in org.keycloak.authentication.authenticators.browser with parameters of type AuthenticationFlowError Modifier and Type Method Description protected javax.ws.rs.core.Response
AbstractUsernameFormAuthenticator. setDuplicateUserChallenge(AuthenticationFlowContext context, String eventError, String loginFormError, AuthenticationFlowError authenticatorError)
-
Uses of AuthenticationFlowError in org.keycloak.authentication.authenticators.challenge
Methods in org.keycloak.authentication.authenticators.challenge with parameters of type AuthenticationFlowError Modifier and Type Method Description protected javax.ws.rs.core.Response
BasicAuthAuthenticator. setDuplicateUserChallenge(AuthenticationFlowContext context, String eventError, String loginFormError, AuthenticationFlowError authenticatorError)
-