Package org.keycloak.models.workflow
Class DeleteUserStepProvider
java.lang.Object
org.keycloak.models.workflow.DeleteUserStepProvider
- All Implemented Interfaces:
WorkflowStepProvider,Provider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Returns the message or the text that should be used as the body of the email when notifying the user about this step.Returns the message or the text that should be used as the subject of the email when notifying the user about this step.voidrun(WorkflowExecutionContext context) Run this workflow step.
-
Field Details
-
PROPAGATE_TO_SP
- See Also:
-
-
Constructor Details
-
DeleteUserStepProvider
-
-
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
-
getNotificationMessage
Description copied from interface:WorkflowStepProviderReturns the message or the text that should be used as the body of the email when notifying the user about this step.- Specified by:
getNotificationMessagein interfaceWorkflowStepProvider- Returns:
- the notification body, or
nullif the default subject should be used
-
getNotificationSubject
Description copied from interface:WorkflowStepProviderReturns the message or the text that should be used as the subject of the email when notifying the user about this step.- Specified by:
getNotificationSubjectin interfaceWorkflowStepProvider- Returns:
- the notification subject, or
nullif the default subject should be used
-