Package com.atlassian.crowd.event.remote
Class ActiveDirectoryEntityDeletedEvent
java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.remote.RemoteDirectoryEvent
com.atlassian.crowd.event.remote.ActiveDirectoryEntityDeletedEvent
- Direct Known Subclasses:
ActiveDirectoryGroupDeletedEvent
,ActiveDirectoryUserDeletedEvent
Represents an "entity deleted" event from Active Directory.
As it is not possible to recover the name of the a deleted entity,
the GUID is returned (along with the usnChanged).
-
Constructor Summary
ConstructorDescriptionActiveDirectoryEntityDeletedEvent
(Object source, long directoryID, Tombstone tombstone) -
Method Summary
Methods inherited from class com.atlassian.crowd.event.remote.RemoteDirectoryEvent
getDirectoryId
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
-
Constructor Details
-
ActiveDirectoryEntityDeletedEvent
-
-
Method Details
-
getTombstone
-