Class UserAddedNotificationManager

java.lang.Object
com.atlassian.crowd.manager.useradded.UserAddedNotificationManager

public class UserAddedNotificationManager extends Object
Manager class responsible for email notifications sent to new users created in Crowd.
  • Constructor Details

  • Method Details

    • sendUserAddedNotification

      public void sendUserAddedNotification(User user) throws com.atlassian.crowd.exception.InvalidEmailAddressException, MailSendException
      Publishes a UserAddedNotificationEvent to be consumed by the appropriate listeners
      Parameters:
      user - new user added to Crowd
      Throws:
      com.atlassian.crowd.exception.InvalidEmailAddressException
      MailSendException