Uses of Interface
com.atlassian.crowd.manager.mail.MailManager
Packages that use MailManager
Package
Description
-
Uses of MailManager in com.atlassian.crowd.console.action
Methods in com.atlassian.crowd.console.action with parameters of type MailManager -
Uses of MailManager in com.atlassian.crowd.console.action.directory
Methods in com.atlassian.crowd.console.action.directory with parameters of type MailManagerModifier and TypeMethodDescriptionvoidUpdateInternalConfiguration.setMailManager(MailManager mailManager) -
Uses of MailManager in com.atlassian.crowd.console.action.options
Methods in com.atlassian.crowd.console.action.options with parameters of type MailManager -
Uses of MailManager in com.atlassian.crowd.console.action.principal
Methods in com.atlassian.crowd.console.action.principal with parameters of type MailManagerModifier and TypeMethodDescriptionvoidAddPrincipal.setMailManager(MailManager mailManager) voidResetPassword.setMailManager(MailManager mailManager) -
Uses of MailManager in com.atlassian.crowd.console.action.user
Methods in com.atlassian.crowd.console.action.user with parameters of type MailManager -
Uses of MailManager in com.atlassian.crowd.event.listener
Methods in com.atlassian.crowd.event.listener with parameters of type MailManagerModifier and TypeMethodDescriptionvoidLicenseResourceLimitListener.setMailManager(MailManager mailManager) -
Uses of MailManager in com.atlassian.crowd.manager.mail
Classes in com.atlassian.crowd.manager.mail that implement MailManager -
Uses of MailManager in com.atlassian.crowd.manager.mailer.notification
Constructors in com.atlassian.crowd.manager.mailer.notification with parameters of type MailManagerModifierConstructorDescriptionCheckingPasswordExpirationMailNotificationManager(PasswordExpirationMailNotificationManager delegate, MailManager mailManager, com.atlassian.beehive.ClusterLockService lockService) PasswordExpirationNotificationMailer(MailManager mailManager, EmailMessageFactory emailMessageFactory, MailTemplateRenderer mailTemplateRenderer, com.atlassian.sal.api.ApplicationProperties applicationProperties, I18nHelper i18nHelper) UserAddedNotificationMailer(MailManager mailManager, MailTemplateRenderer mailTemplateRenderer, EmailMessageFactory emailMessageFactory, I18nHelper i18nHelper, PropertyManager propertyManager, ForgottenLoginManager forgottenLoginManager) -
Uses of MailManager in com.atlassian.crowd.manager.mailer.reminder
Constructors in com.atlassian.crowd.manager.mailer.reminder with parameters of type MailManagerModifierConstructorDescriptionForgottenLoginMailer(MailManager mailManager, I18nHelper i18nHelper, MailTemplateRenderer mailTemplateRenderer, EmailMessageFactory emailMessageFactory) Constructs a new instance of ForgottenLoginMailer. -
Uses of MailManager in com.atlassian.crowd.plugin.rest.service.controller
Constructors in com.atlassian.crowd.plugin.rest.service.controller with parameters of type MailManagerModifierConstructorDescriptionMailServerController(MailManager mailManager, I18nHelper i18nHelper, MailConfigurationService mailConfigurationService, EmailAddressValidator emailValidator) -
Uses of MailManager in com.atlassian.crowd.service.email
Constructors in com.atlassian.crowd.service.email with parameters of type MailManagerModifierConstructorDescriptionChangeEmailLinkMailer(MailManager mailManager, MailTemplateRenderer mailTemplateRenderer, EmailMessageFactory emailMessageFactory)