Package org.keycloak.models.workflow
Class SetUserAttributeStepProvider
java.lang.Object
org.keycloak.models.workflow.SetUserAttributeStepProvider
- All Implemented Interfaces:
WorkflowStepProvider,Provider
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
SetUserAttributeStepProvider
-
-
Method Details
-
close
public void close() -
run
Description copied from interface:WorkflowStepProviderRun this workflow step.- Specified by:
runin interfaceWorkflowStepProvider- Parameters:
context- the workflow execution context
-