| Modifier and Type | Method and Description |
|---|---|
List<Tombstone> |
MicrosoftActiveDirectory.findGroupTombstonesSince(long usnChange) |
protected List<Tombstone> |
MicrosoftActiveDirectory.findTombstonesSince(long usnChange,
Name objectBaseDN,
String objectClass) |
List<Tombstone> |
MicrosoftActiveDirectory.findUserTombstonesSince(long usnChange) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Tombstone,String> |
UsnChangedCacheRefresher.TOMBSTONE_TO_GUID_FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
Tombstone |
TombstoneContextMapper.mapFromContext(Object ctx)
Returns an object representation of a deleted object.
|
| Modifier and Type | Method and Description |
|---|---|
Tombstone |
ActiveDirectoryEntityDeletedEvent.getTombstone() |
| Constructor and Description |
|---|
ActiveDirectoryEntityDeletedEvent(Object source,
long directoryID,
Tombstone tombstone) |
| Constructor and Description |
|---|
ActiveDirectoryGroupDeletedEvent(Object source,
long directoryID,
Tombstone tombstone) |
| Constructor and Description |
|---|
ActiveDirectoryUserDeletedEvent(Object source,
long directoryID,
Tombstone tombstone) |
Copyright © 2018 Atlassian. All rights reserved.