| Interface | Description |
|---|---|
| ApplicationCache |
Caches Embedded Crowd Application objects by name to avoid frequent retrieval from the database.
|
| ApplicationCache.Loader |
Cannot use
Function here, since we need to propagate checked exceptions. |
| CrowdUserCache.BulkLoader | |
| GroupMembershipCache |
A direction agnostic cache of maps from directory ids and group names to groups.
|
| MembershipCache |
| Class | Description |
|---|---|
| CacheableDirectoryInstanceLoader |
Caches the underlying remote directory base by id.
|
| CachedCrowdApplicationDao |
Caches the most frequently-used method on this interface:
CachedCrowdApplicationDao.findByName(java.lang.String). |
| CachedCrowdEntityCacheKey |
A composite key between an entity name and a directory Id.
|
| CachedCrowdGroupDao |
A caching decorator for an InternalUserDao.
|
| CachedCrowdInternalDirectoryGroup |
Immutable group for caching
|
| CachedCrowdInternalMembershipDao |
Removes cached membership information as required by the bulk operations on the
InternalMembershipDao interface. |
| CachedCrowdMembershipCacheKey | |
| CachedCrowdMembershipDao |
Caches membership information.
|
| CachedCrowdUser |
Immutable Timestamped user for caching
|
| CachedCrowdUserDao |
A caching decorator for an InternalUserDao.
|
| CachedOption<T> |
Container for caching crowd entities with the option to cache the entity or a representation that entity
does not exist.
|
| CrowdLifecycle | |
| CrowdUserCache |
Represents a cache of
TimestampedUsers. |
| DefaultApplicationCache |
Implementation of
ApplicationCache that delegates to CacheFactory
for caching. |
| DefaultGroupMembershipCache | |
| DefaultMembershipCache |
The cache maps a
CachedCrowdMembershipCacheKey representing a user (or group) in a particular directory
to a Map<String, String> where each entry in the map represents a group that the user (or group)
is a member of. |
| NopCrowdAvatarProvider |
Stub implementation of the Crowd
AvatarProvider interface. |
| TransactionalCrowdServiceWrapper |
AN implementation of
UnfilteredCrowdService which exists solely as a place to hang Transactional
annotations on, since we cannot add them to UnfilteredCrowdService. |
| TransactionalDirectorySynchroniserHelperWrapper |
An implementation of
DirectorySynchroniserHelper which exists solely as a place to hang Transactional
annotations on. |
Copyright © 2003–2022 Atlassian. All rights reserved.