Class UserDeactivateEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.ConfluenceEvent
-
- com.atlassian.confluence.event.events.user.UserEvent
-
- com.atlassian.confluence.event.events.user.UserDeactivateEvent
-
- All Implemented Interfaces:
Updated
,Serializable
public class UserDeactivateEvent extends UserEvent implements Updated
Event sent when a user is made inactive 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 forRemoteDirectorySynchronisedEvent
s.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description UserDeactivateEvent(Object source, com.atlassian.user.User user)
UserDeactivateEvent(Object source, com.atlassian.user.User user, boolean suppressWebhook)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSuppressWebhook()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-