Package org.keycloak.authentication
Class FormAuthenticationFlow
- java.lang.Object
- 
- org.keycloak.authentication.FormAuthenticationFlow
 
- 
- All Implemented Interfaces:
- AuthenticationFlow
 
 public class FormAuthenticationFlow extends Object implements AuthenticationFlow - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Field Summary- 
Fields inherited from interface org.keycloak.authentication.AuthenticationFlowBASIC_FLOW, CLIENT_FLOW, FORM_FLOW
 
- 
 - 
Constructor SummaryConstructors Constructor Description FormAuthenticationFlow(AuthenticationProcessor processor, AuthenticationExecutionModel execution)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetActionUrl(String executionId, String code)booleanisSuccessful()javax.ws.rs.core.ResponseprocessAction(String actionExecution)javax.ws.rs.core.ResponseprocessFlow()javax.ws.rs.core.ResponserenderForm(javax.ws.rs.core.MultivaluedMap<String,String> formData, List<FormMessage> errors)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.authentication.AuthenticationFlowgetFlowExceptions
 
- 
 
- 
- 
- 
Constructor Detail- 
FormAuthenticationFlowpublic FormAuthenticationFlow(AuthenticationProcessor processor, AuthenticationExecutionModel execution) 
 
- 
 - 
Method Detail- 
processActionpublic javax.ws.rs.core.Response processAction(String actionExecution) - Specified by:
- processActionin interface- AuthenticationFlow
 
 - 
processFlowpublic javax.ws.rs.core.Response processFlow() - Specified by:
- processFlowin interface- AuthenticationFlow
 
 - 
renderFormpublic javax.ws.rs.core.Response renderForm(javax.ws.rs.core.MultivaluedMap<String,String> formData, List<FormMessage> errors) 
 - 
isSuccessfulpublic boolean isSuccessful() - Specified by:
- isSuccessfulin interface- AuthenticationFlow
 
 
- 
 
-