| Interface | Description |
|---|---|
| CacheRefresher |
Represents a way of refreshing a local cache of an external directory.
|
| DirectoryCache |
A cache of users, groups and memberships for an external Directory.
|
| GroupActionStrategy |
A handler for deciding what action to perform on a group fetched from a remote directory during the synchronisation
process
|
| Class | Description |
|---|---|
| AbstractCacheRefresher<G extends GroupWithAttributes> | |
| AbstractGroupActionStrategy | |
| DefaultGroupActionStrategy |
The default GroupActionStrategy, that does not have explicit handling for groups with duplicate names and different
external ids
|
| ExternalIdCheckingGroupActionStrategy |
A group action strategy that compares the remote group with a local group matched by external id.
|
| LDAPEntityNameMap<T extends LDAPDirectoryEntity> |
A composite map of ObjectGUID to DN and DN to Name.
|
| UsnChangedCacheRefresher |
Retrieves latest changes from MS Active Directory in order to allow "delta" cache refreshes.
|
Copyright © 2018 Atlassian. All rights reserved.