Interface ForgotPasswordTaskFactory

All Known Implementing Classes:
EmailForgotPasswordTaskFactory

public interface ForgotPasswordTaskFactory
Factory to create a task to handle the forgot password request
Since:
4.1.2
  • Method Summary

    Modifier and Type
    Method
    Description
    prepareTask(String username)
    Creates a task to be executed to handle the forgot password request
  • Method Details

    • prepareTask

      @NonNull Runnable prepareTask(@NonNull String username)
      Creates a task to be executed to handle the forgot password request
      Parameters:
      username - the username
      Returns:
      the task