Package org.keycloak.models.workflow
Class AddRequiredActionStepProvider
java.lang.Object
org.keycloak.models.workflow.AddRequiredActionStepProvider
- All Implemented Interfaces:
WorkflowStepProvider,Provider
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAddRequiredActionStepProvider(KeycloakSession session, ComponentModel model) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidrun(WorkflowExecutionContext context) Run this workflow step.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.workflow.WorkflowStepProvider
getNotificationMessage, getNotificationSubject
-
Field Details
-
REQUIRED_ACTION_KEY
-
-
Constructor Details
-
AddRequiredActionStepProvider
-
-
Method Details
-
run
Description copied from interface:WorkflowStepProviderRun this workflow step.- Specified by:
runin interfaceWorkflowStepProvider- Parameters:
context- the workflow execution context
-
close
public void close()
-