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.AuthenticationFlow
BASIC_FLOW, CLIENT_FLOW, FORM_FLOW
-
-
Constructor Summary
Constructors Constructor Description FormAuthenticationFlow(AuthenticationProcessor processor, AuthenticationExecutionModel execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getActionUrl(String executionId, String code)
boolean
isSuccessful()
javax.ws.rs.core.Response
processAction(String actionExecution)
javax.ws.rs.core.Response
processFlow()
javax.ws.rs.core.Response
renderForm(javax.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, wait
-
Methods inherited from interface org.keycloak.authentication.AuthenticationFlow
getFlowExceptions
-
-
-
-
Constructor Detail
-
FormAuthenticationFlow
public FormAuthenticationFlow(AuthenticationProcessor processor, AuthenticationExecutionModel execution)
-
-
Method Detail
-
processAction
public javax.ws.rs.core.Response processAction(String actionExecution)
- Specified by:
processAction
in interfaceAuthenticationFlow
-
processFlow
public javax.ws.rs.core.Response processFlow()
- Specified by:
processFlow
in interfaceAuthenticationFlow
-
renderForm
public javax.ws.rs.core.Response renderForm(javax.ws.rs.core.MultivaluedMap<String,String> formData, List<FormMessage> errors)
-
isSuccessful
public boolean isSuccessful()
- Specified by:
isSuccessful
in interfaceAuthenticationFlow
-
-