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
ConstructorDescriptionFormAuthenticationFlow
(AuthenticationProcessor processor, AuthenticationExecutionModel execution) -
Method Summary
Modifier and TypeMethodDescriptiongetActionUrl
(String executionId, String code) boolean
jakarta.ws.rs.core.Response
processAction
(String actionExecution) jakarta.ws.rs.core.Response
jakarta.ws.rs.core.Response
renderForm
(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, wait
Methods inherited from interface org.keycloak.authentication.AuthenticationFlow
getFlowExceptions
-
Constructor Details
-
FormAuthenticationFlow
public FormAuthenticationFlow(AuthenticationProcessor processor, AuthenticationExecutionModel execution)
-
-
Method Details
-
processAction
- Specified by:
processAction
in interfaceAuthenticationFlow
-
getActionUrl
-
processFlow
public jakarta.ws.rs.core.Response processFlow()- Specified by:
processFlow
in 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:
isSuccessful
in interfaceAuthenticationFlow
-