Class UserAddedNotificationEvent

java.lang.Object
com.atlassian.crowd.event.user.UserAddedNotificationEvent

public class UserAddedNotificationEvent extends Object
Used to signal that a user has been created, and they should be notified about it via email
  • Constructor Details

    • UserAddedNotificationEvent

      public UserAddedNotificationEvent(User user)
  • Method Details

    • getUser

      public User getUser()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object