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.
|
GroupSearchStrategy |
A set of querying across a collection of active directories.
|
InternalApplicationHelper | |
MembershipSearchStrategy |
A set of querying across a collection of active directories.
|
SearchStrategyFactory |
A factory which may be able to create search strategies for a given list of active
directories |
UserSearchStrategy |
A set of querying across a collection of active directories.
|
Class | Description |
---|---|
AbstractDelegatingApplicationService |
An implementation of ApplicationService that delegates all methods to another ApplicationService.
|
AbstractInMemoryMembershipSearchStrategy |
An abstract
MembershipSearchStrategy which searches across multiple directories in memory for users and groups |
AliasManagerImpl | |
ApplicationManagerGeneric | |
ApplicationServiceGeneric | |
AuthenticationOrderOptimizer | |
BasicAuthFilter | |
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 . |
InMemoryAggregatingMembershipSearchStrategy |
An in-memory
MembershipSearchStrategy which aggregates memberships across multiple directories. |
InMemoryEntitySearchStrategy |
An
UserSearchStrategy and GroupSearchStrategy implementation which merges results in-memory. |
InMemoryNonAggregatingMembershipSearchStrategy |
A in-memory
MembershipSearchStrategy which only return memberships associated with the canonical users directory. |
InMemorySearchUtils | |
InternalApplicationHelperImpl | |
NoOpDefaultGroupMembershipService |
A no-op implementation of
DefaultGroupMembershipService , meant to be used in products |
SingleDirectorySearchStrategy |
A
SearchStrategy optimized 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
MembershipSearchStrategy 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 © 2020 Atlassian. All rights reserved.