Package org.keycloak.authentication
Class DefaultAuthenticationFlow
java.lang.Object
org.keycloak.authentication.DefaultAuthenticationFlow
- All Implemented Interfaces:
 AuthenticationFlow
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Field Summary
Fields inherited from interface org.keycloak.authentication.AuthenticationFlow
BASIC_FLOW, CLIENT_FLOW, FORM_FLOW - 
Constructor Summary
ConstructorsConstructorDescriptionDefaultAuthenticationFlow(AuthenticationProcessor processor, AuthenticationFlowModel flow)  - 
Method Summary
Modifier 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
 - 
isProcessed
protected static boolean isProcessed(AuthenticationProcessor processor, AuthenticationExecutionModel model)  - 
createAuthenticator
 - 
processAction
- Specified by:
 processActionin interfaceAuthenticationFlow
 - 
processFlow
public jakarta.ws.rs.core.Response processFlow()- Specified by:
 processFlowin interfaceAuthenticationFlow
 - 
processResult
public jakarta.ws.rs.core.Response processResult(AuthenticationProcessor.Result result, boolean isAction)  - 
sendChallenge
public jakarta.ws.rs.core.Response sendChallenge(AuthenticationProcessor.Result result, AuthenticationExecutionModel execution)  - 
isSuccessful
public boolean isSuccessful()- Specified by:
 isSuccessfulin interfaceAuthenticationFlow
 - 
getFlowExceptions
- Specified by:
 getFlowExceptionsin interfaceAuthenticationFlow
 
 -