Package org.keycloak.authentication
Class FormAuthenticationFlow
java.lang.Object
org.keycloak.authentication.FormAuthenticationFlow
- 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
ConstructorsConstructorDescriptionFormAuthenticationFlow(AuthenticationProcessor processor, AuthenticationExecutionModel execution)  - 
Method Summary
Modifier and TypeMethodDescriptiongetActionUrl(String executionId, String code) booleanjakarta.ws.rs.core.ResponseprocessAction(String actionExecution) jakarta.ws.rs.core.Responsejakarta.ws.rs.core.ResponserenderForm(jakarta.ws.rs.core.MultivaluedMap<String, String> formData, List<FormMessage> errors) 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
- 
FormAuthenticationFlow
public FormAuthenticationFlow(AuthenticationProcessor processor, AuthenticationExecutionModel execution)  
 - 
 - 
Method Details
- 
processAction
- Specified by:
 processActionin interfaceAuthenticationFlow
 - 
getActionUrl
 - 
processFlow
public jakarta.ws.rs.core.Response processFlow()- Specified by:
 processFlowin interfaceAuthenticationFlow
 - 
renderForm
public jakarta.ws.rs.core.Response renderForm(jakarta.ws.rs.core.MultivaluedMap<String, String> formData, List<FormMessage> errors)  - 
isSuccessful
public boolean isSuccessful()- Specified by:
 isSuccessfulin interfaceAuthenticationFlow
 
 -