Uses of Class
org.keycloak.authentication.AuthenticationFlowError
- 
- 
Uses of AuthenticationFlowError in org.keycloak.authenticationMethods in org.keycloak.authentication that return AuthenticationFlowError Modifier and Type Method Description AuthenticationFlowErrorAbstractAuthenticationFlowContext. getError()Get the error condition of a failed execution.AuthenticationFlowErrorAuthenticationFlowException. getError()AuthenticationFlowErrorAuthenticationProcessor.Result. getError()static AuthenticationFlowErrorAuthenticationFlowError. 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 voidAbstractAuthenticationFlowContext. failure(AuthenticationFlowError error)Aborts the current flowvoidAbstractAuthenticationFlowContext. failure(AuthenticationFlowError error, javax.ws.rs.core.Response response)Aborts the current flow.voidAbstractAuthenticationFlowContext. failure(AuthenticationFlowError error, javax.ws.rs.core.Response response, String eventDetails, String userErrorMessage)Aborts the current flow.voidAuthenticationProcessor.Result. failure(AuthenticationFlowError error)voidAuthenticationProcessor.Result. failure(AuthenticationFlowError error, javax.ws.rs.core.Response challenge)voidAuthenticationProcessor.Result. failure(AuthenticationFlowError error, javax.ws.rs.core.Response challenge, String eventDetails, String userErrorMessage)voidAbstractAuthenticationFlowContext. 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.voidAuthenticationProcessor.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.brokerMethods in org.keycloak.authentication.authenticators.broker with parameters of type AuthenticationFlowError Modifier and Type Method Description protected voidAbstractIdpAuthenticator. sendFailureChallenge(AuthenticationFlowContext context, javax.ws.rs.core.Response.Status status, String eventError, String errorMessage, AuthenticationFlowError flowError)
- 
Uses of AuthenticationFlowError in org.keycloak.authentication.authenticators.browserMethods in org.keycloak.authentication.authenticators.browser with parameters of type AuthenticationFlowError Modifier and Type Method Description protected javax.ws.rs.core.ResponseAbstractUsernameFormAuthenticator. setDuplicateUserChallenge(AuthenticationFlowContext context, String eventError, String loginFormError, AuthenticationFlowError authenticatorError)
- 
Uses of AuthenticationFlowError in org.keycloak.authentication.authenticators.challengeMethods in org.keycloak.authentication.authenticators.challenge with parameters of type AuthenticationFlowError Modifier and Type Method Description protected javax.ws.rs.core.ResponseBasicAuthAuthenticator. setDuplicateUserChallenge(AuthenticationFlowContext context, String eventError, String loginFormError, AuthenticationFlowError authenticatorError)
 
-