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
public abstract class ActiveDirectoryEntityDeletedEvent
- extends RemoteDirectoryEvent
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).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActiveDirectoryEntityDeletedEvent
public ActiveDirectoryEntityDeletedEvent(Object source,
long directoryID,
Tombstone tombstone)
getTombstone
public Tombstone getTombstone()
Copyright © 2014 Atlassian. All Rights Reserved.