| Interface | Description |
|---|---|
| AliasManager |
API to manage application-specific user aliases.
|
| ApplicationManager |
Application management API.
|
| ApplicationService |
The exposed service provided by Crowd to client applications.
|
| DefaultGroupMembershipService |
The service for configuring default group memberships.
|
| InternalApplicationHelper | |
| 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.
|
| DefaultGroupMembershipServiceImpl | |
| 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. |
| InternalApplicationHelperImpl | |
| NoOpDefaultGroupMembershipService |
A no-op implementation of
DefaultGroupMembershipService, meant to be used in products |
| 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. |
| Exception | Description |
|---|---|
| AliasAlreadyInUseException |
Used to indicate that an alias is already by another application user.
|
| ApplicationAccessDeniedException |
Thrown if user does not have access to a particular
application and attempts to authenticate against it.
|
| ApplicationManagerException |
Represents an error attempting to modify application configuration.
|
Copyright © 2018 Atlassian. All rights reserved.