Class AsyncForgottenLoginManagerImpl
java.lang.Object
com.atlassian.crowd.manager.login.AsyncForgottenLoginManagerImpl
- All Implemented Interfaces:
AsyncForgottenLoginManager
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncForgottenLoginManagerImpl(Executor transactionalExecutor, ForgottenLoginManager forgottenLoginManager, CrowdApplicationFactory crowdApplicationFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidsendResetLink(String username, int tokenExpirySeconds) voidsendUsernames(String email)
-
Constructor Details
-
AsyncForgottenLoginManagerImpl
public AsyncForgottenLoginManagerImpl(Executor transactionalExecutor, ForgottenLoginManager forgottenLoginManager, CrowdApplicationFactory crowdApplicationFactory)
-
-
Method Details
-
sendUsernames
- Specified by:
sendUsernamesin interfaceAsyncForgottenLoginManager
-
sendResetLink
- Specified by:
sendResetLinkin interfaceAsyncForgottenLoginManager
-