| Interface | Description |
|---|---|
| BeforeGroupRemoval |
Allows actions to be taken before groups are removed by the directory manager
on Application or Directory DAOs.
|
| DirectoryManager |
A service interface providing:
Directory CRUD Operations
Token Operations
RemoteDirectory User Operations
RemoteDirectory Group Operations
RemoteDirectory Membership Operations
RemoteDirectory Bulk Operations
|
| DirectorySynchronisationInformationStore |
Storage for directory synchronisation information.
|
| DirectorySynchroniser |
An object that synchronises a
SynchronisableDirectory with a cache. |
| DirectorySynchroniserHelper |
Helper class for performing a synchronisation on the
SynchronisableDirectory's cache. |
| SynchronisationStatusManager |
| Class | Description |
|---|---|
| BulkAddResult<T> |
Represents the results from an 'addAll' operation.
|
| BulkAddResult.Builder<T> | |
| BulkRemoveResult<T> |
Represents the results from a 'removeAll' operation.
|
| BulkRemoveResult.Builder<T> | |
| DirectoryManagerGeneric | |
| DirectorySynchronisationInformationStoreImpl | |
| DirectorySynchroniserHelperImpl |
A
DirectorySynchroniserHelper that requests a SynchronisableDirectory synchronises its cache, and
stores synchronisation information in the Directory's attributes. |
| DirectorySynchroniserImpl |
An implementation of a
DirectorySynchroniser. |
| NoopBeforeGroupRemoval |
An implementation of
BeforeGroupRemoval which does nothing. |
| SynchronisationStatusManagerImpl |
| Enum | Description |
|---|---|
| SynchronisationMode |
Synchronisation modes for synchronising a directory.
|
| Exception | Description |
|---|---|
| DirectoryPermissionException |
Thrown when a
RemoteDirectory does not have the
permission set to perform an operation such as add/modify/delete verses a
group/principal/role. |
Copyright © 2016 Atlassian. All rights reserved.