Package org.keycloak.authentication
Class DefaultAuthenticationFlow
java.lang.Object
org.keycloak.authentication.DefaultAuthenticationFlow
- All Implemented Interfaces:
- AuthenticationFlow
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- 
Field SummaryFields inherited from interface org.keycloak.authentication.AuthenticationFlowBASIC_FLOW, CLIENT_FLOW, FORM_FLOW
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultAuthenticationFlow(AuthenticationProcessor processor, AuthenticationFlowModel flow) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected AuthenticatorcreateAuthenticator(AuthenticatorFactory factory) protected static booleanisProcessed(AuthenticationProcessor processor, AuthenticationExecutionModel model) protected booleanbooleanjakarta.ws.rs.core.ResponseprocessAction(String actionExecution) jakarta.ws.rs.core.Responsejakarta.ws.rs.core.ResponseprocessResult(AuthenticationProcessor.Result result, boolean isAction) jakarta.ws.rs.core.ResponsesendChallenge(AuthenticationProcessor.Result result, AuthenticationExecutionModel execution) 
- 
Constructor Details- 
DefaultAuthenticationFlow
 
- 
- 
Method Details- 
isProcessed
- 
isProcessedprotected static boolean isProcessed(AuthenticationProcessor processor, AuthenticationExecutionModel model) 
- 
createAuthenticator
- 
processAction- Specified by:
- processActionin interface- AuthenticationFlow
 
- 
processFlowpublic jakarta.ws.rs.core.Response processFlow()- Specified by:
- processFlowin interface- AuthenticationFlow
 
- 
processResultpublic jakarta.ws.rs.core.Response processResult(AuthenticationProcessor.Result result, boolean isAction) 
- 
sendChallengepublic jakarta.ws.rs.core.Response sendChallenge(AuthenticationProcessor.Result result, AuthenticationExecutionModel execution) 
- 
isSuccessfulpublic boolean isSuccessful()- Specified by:
- isSuccessfulin interface- AuthenticationFlow
 
- 
getFlowExceptions- Specified by:
- getFlowExceptionsin interface- AuthenticationFlow
 
 
-