Uses of Interface
com.atlassian.crowd.manager.login.ForgottenLoginManager
Package
Description
-
Uses of ForgottenLoginManager in com.atlassian.crowd.console.action.principal
Modifier and TypeMethodDescriptionvoid
ResetPassword.setForgottenLoginManager
(ForgottenLoginManager forgottenLoginManager) -
Uses of ForgottenLoginManager in com.atlassian.crowd.manager.login
ModifierConstructorDescriptionAsyncForgottenLoginManagerImpl
(Executor transactionalExecutor, ForgottenLoginManager forgottenLoginManager, CrowdApplicationFactory crowdApplicationFactory) PasswordResetTokenInvalidationListener
(ForgottenLoginManager forgottenLoginManager, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) -
Uses of ForgottenLoginManager in com.atlassian.crowd.manager.mailer.notification
ModifierConstructorDescriptionUserAddedNotificationMailer
(MailManager mailManager, MailTemplateRenderer mailTemplateRenderer, EmailMessageFactory emailMessageFactory, I18nHelper i18nHelper, PropertyManager propertyManager, ForgottenLoginManager forgottenLoginManager) -
Uses of ForgottenLoginManager in com.atlassian.crowd.plugin.rest.service.controller
ModifierConstructorDescriptionUsersController
(ApplicationService applicationService, ForgottenLoginManager forgottenLoginManager, AuthenticatedApplicationHolder authenticatedApplicationHolder) -
Uses of ForgottenLoginManager in com.atlassian.crowd.plugin.rest.service.controller.account
ModifierConstructorDescriptionAccountManagementController
(ApplicationFactory crowdApplicationFactory, ApplicationService applicationService, ForgottenLoginManager forgottenLoginManager, AsyncForgottenLoginManager asyncForgottenLoginManager) -
Uses of ForgottenLoginManager in com.atlassian.crowd.plugins.testkit.rest
ModifierConstructorDescriptionTestKitUserResource
(DirectoryManager directoryManager, ForgottenLoginManager forgottenLoginManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ApplicationService applicationService, ApplicationManager applicationManager)