Package org.keycloak.authentication
Class AuthenticationFlowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.keycloak.authentication.AuthenticationFlowException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 ForkFlowException
Throw this exception from an Authenticator, FormAuthenticator, or FormAction if you want to completely abort the flow.
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationFlowException(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)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AuthenticationFlowException
 - 
AuthenticationFlowException
public AuthenticationFlowException(AuthenticationFlowError error, String eventDetails, String userErrorMessage)  - 
AuthenticationFlowException
public AuthenticationFlowException(AuthenticationFlowError error, jakarta.ws.rs.core.Response response)  - 
AuthenticationFlowException
 - 
AuthenticationFlowException
 - 
AuthenticationFlowException
 - 
AuthenticationFlowException
 - 
AuthenticationFlowException
public AuthenticationFlowException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, AuthenticationFlowError error)  
 - 
 - 
Method Details
- 
getError
 - 
getResponse
public jakarta.ws.rs.core.Response getResponse() - 
getAfeList
 - 
getEventDetails
 - 
getUserErrorMessage
 
 -