Class UserAddedNotificationManager
java.lang.Object
com.atlassian.crowd.manager.useradded.UserAddedNotificationManager
Manager class responsible for email notifications sent to new users created in Crowd.
-
Constructor Summary
ConstructorDescriptionUserAddedNotificationManager
(UserAddedNotificationMailer userAddedNotificationMailer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Publishes aUserAddedNotificationEvent
to be consumed by the appropriate listeners
-
Constructor Details
-
UserAddedNotificationManager
-
-
Method Details
-
sendUserAddedNotification
public void sendUserAddedNotification(User user) throws InvalidEmailAddressException, MailSendException Publishes aUserAddedNotificationEvent
to be consumed by the appropriate listeners- Parameters:
user
- new user added to Crowd- Throws:
InvalidEmailAddressException
MailSendException
-