Package org.keycloak.authentication
Class ClientAuthenticationFlow
java.lang.Object
org.keycloak.authentication.ClientAuthenticationFlow
- All Implemented Interfaces:
 AuthenticationFlow
- Author:
 - Marek Posolda
 
- 
Field Summary
Fields inherited from interface org.keycloak.authentication.AuthenticationFlow
BASIC_FLOW, CLIENT_FLOW, FORM_FLOW - 
Constructor Summary
ConstructorsConstructorDescriptionClientAuthenticationFlow(AuthenticationProcessor processor, AuthenticationFlowModel flow)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected List<AuthenticationExecutionModel>booleanjakarta.ws.rs.core.ResponseprocessAction(String actionExecution) jakarta.ws.rs.core.Responseprotected jakarta.ws.rs.core.Responsejakarta.ws.rs.core.ResponsesendChallenge(AuthenticationProcessor.Result result, AuthenticationExecutionModel execution) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.authentication.AuthenticationFlow
getFlowExceptions 
- 
Constructor Details
- 
ClientAuthenticationFlow
 
 - 
 - 
Method Details
- 
processAction
- Specified by:
 processActionin interfaceAuthenticationFlow
 - 
processFlow
public jakarta.ws.rs.core.Response processFlow()- Specified by:
 processFlowin interfaceAuthenticationFlow
 - 
findExecutionsToRun
 - 
processResult
 - 
sendChallenge
public jakarta.ws.rs.core.Response sendChallenge(AuthenticationProcessor.Result result, AuthenticationExecutionModel execution)  - 
isSuccessful
public boolean isSuccessful()- Specified by:
 isSuccessfulin interfaceAuthenticationFlow
 
 -