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 TypeMethodDescriptionprepareTask(String username) Creates a task to be executed to handle the forgot password request
-
Method Details
-
prepareTask
Creates a task to be executed to handle the forgot password request- Parameters:
username- the username- Returns:
- the task
-