Package org.keycloak.authentication
Class FormAuthenticationFlow
- java.lang.Object
-
- org.keycloak.authentication.FormAuthenticationFlow
-
- All Implemented Interfaces:
org.keycloak.authentication.AuthenticationFlow
public class FormAuthenticationFlow extends Object implements org.keycloak.authentication.AuthenticationFlow
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description FormAuthenticationFlow(AuthenticationProcessor processor, org.keycloak.models.AuthenticationExecutionModel execution)
-
Method Summary
All 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<org.keycloak.models.utils.FormMessage> errors)
-
-
-
Constructor Detail
-
FormAuthenticationFlow
public FormAuthenticationFlow(AuthenticationProcessor processor, org.keycloak.models.AuthenticationExecutionModel execution)
-
-
Method Detail
-
processAction
public javax.ws.rs.core.Response processAction(String actionExecution)
- Specified by:
processActionin interfaceorg.keycloak.authentication.AuthenticationFlow
-
processFlow
public javax.ws.rs.core.Response processFlow()
- Specified by:
processFlowin interfaceorg.keycloak.authentication.AuthenticationFlow
-
renderForm
public javax.ws.rs.core.Response renderForm(javax.ws.rs.core.MultivaluedMap<String,String> formData, List<org.keycloak.models.utils.FormMessage> errors)
-
isSuccessful
public boolean isSuccessful()
- Specified by:
isSuccessfulin interfaceorg.keycloak.authentication.AuthenticationFlow
-
-