Package org.keycloak.models.workflow
Class RemoveUserAttributeStepProvider
java.lang.Object
org.keycloak.models.workflow.RemoveUserAttributeStepProvider
- All Implemented Interfaces:
WorkflowStepProvider,Provider
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRemoveUserAttributeStepProvider(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
-
CONFIG_ATTRIBUTE
- See Also:
-
-
Constructor Details
-
RemoveUserAttributeStepProvider
-
-
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
-