| Interface | Description |
|---|---|
| SearchStrategy |
A set of querying across a collection of active directories assigned to an application.
|
| SearchStrategyFactory |
A factory which may be able to create a
SearchStrategy for a given Application and its associated active
directories |
| Class | Description |
|---|---|
| AbstractDelegatingApplicationService |
An implementation of ApplicationService that delegates all methods to another ApplicationService.
|
| AbstractInMemorySearchStrategy |
An abstract
SearchStrategy which searches across multiple directories in memory for users and groups |
| AliasManagerImpl | |
| ApplicationManagerGeneric | |
| ApplicationServiceGeneric | |
| CachingApplicationService |
Implementation of ApplicationService which caches the result of ApplicationService methods.
|
| DefaultSearchStrategyFactory |
A
SearchStrategyFactory which will delegate to the DirectoryManager for all of its
search strategies. |
| InMemoryAggregatingSearchStrategy |
An in-memory
SearchStrategy which aggregates memberships across multiple directories. |
| InMemoryNonAggregatingSearchStrategy |
A in-memory
SearchStrategy which only return memberships associated with the canonical users directory. |
| ResultsAggregator<T> |
An aggregator across results from multiple queries that may include duplicates.
|
| SingleDirectorySearchStrategy |
A
SearchStrategy which optimizes for a single directory |
| TranslatingApplicationService |
This class is responsible for translating application specific usernames
(aliased usernames) to directory specific usernames (unaliased usernames)
and the other way around.
|
| Enum | Description |
|---|---|
| NoDirectorySearchStrategy |
A
SearchStrategy for an application with no active directories associated. |
Copyright © 2018 Atlassian. All rights reserved.