Class UserReactivateEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
Updated, Serializable

public class UserReactivateEvent extends UserEvent implements Updated
Event sent when a user is made active in Confluence. Note that this event is not sent when a user is discovered during synchronisation with a remote directory, due to the volume of events that would be triggered by this. If it's important for your code to know when any users are activated/deactivated, you should also listen for RemoteDirectorySynchronisedEvents.
See Also:
  • Constructor Details

    • UserReactivateEvent

      public UserReactivateEvent(Object src, com.atlassian.user.User user)
    • UserReactivateEvent

      public UserReactivateEvent(Object source, com.atlassian.user.User user, boolean suppressWebhook)
      Since:
      7.7.0
  • Method Details

    • isSuppressWebhook

      public boolean isSuppressWebhook()