Class DisableUserStepProvider

java.lang.Object
org.keycloak.models.workflow.DisableUserStepProvider
All Implemented Interfaces:
WorkflowStepProvider, Provider

public class DisableUserStepProvider extends Object implements WorkflowStepProvider
  • Constructor Details

  • Method Details

    • close

      public void close()
      Specified by:
      close in interface Provider
    • run

      public void run(WorkflowExecutionContext context)
      Description copied from interface: WorkflowStepProvider
      Run this workflow step.
      Specified by:
      run in interface WorkflowStepProvider
      Parameters:
      context - the workflow execution context
    • getNotificationMessage

      public String getNotificationMessage()
      Description copied from interface: WorkflowStepProvider
      Returns the message or the text that should be used as the body of the email when notifying the user about this step.
      Specified by:
      getNotificationMessage in interface WorkflowStepProvider
      Returns:
      the notification body, or null if the default subject should be used
    • getNotificationSubject

      public String getNotificationSubject()
      Description copied from interface: WorkflowStepProvider
      Returns the message or the text that should be used as the subject of the email when notifying the user about this step.
      Specified by:
      getNotificationSubject in interface WorkflowStepProvider
      Returns:
      the notification subject, or null if the default subject should be used