Interface | Description |
---|---|
AzureAdDirectoryInstanceLoader |
Marker interface for the Azure Active Directory directory instance loader.
|
DelegatedAuthenticationDirectoryInstanceLoader |
Marker interface for the Delegated Authentication Directory instance loader.
|
DelegatingDirectoryInstanceLoader |
Marker interface for the Delegating Directory instance loader.
|
DirectoryInstanceLoader |
Loads an implementation of a
RemoteDirectory for use at runtime
by the Crowd security server. |
InternalDirectoryInstanceLoader |
An extension of
DirectoryInstanceLoader specialised for Internal Directories. |
InternalHybridDirectoryInstanceLoader |
Loader for directories that work by caching/mirroring some remote directory in the internal repository.
|
LDAPDirectoryInstanceLoader |
Marker interface for the LDAP Directory instance loader.
|
RemoteCrowdDirectoryInstanceLoader |
Marker interface for the RemoteCrowdDirectory instance loader.
|
Class | Description |
---|---|
AbstractDirectoryInstanceLoader |
An abstract implementation of
DirectoryInstanceLoader which provides a default implementation
of AbstractDirectoryInstanceLoader.getDirectory(Directory) |
AzureAdDirectoryInstanceLoaderImpl |
Loads an implementation of a
AzureAdDirectory for use at runtime by the Crowd security server. |
CacheableDirectoryInstanceLoader | Deprecated
Since v2.12 - directory instances no longer rely on instance-local state (when using the new v2.12 components)
and don't need to be cached.
|
ConfigurableDbCachingRemoteDirectoryInstanceLoader |
A subclass of
DbCachingRemoteDirectoryInstanceLoader which allows DB caching to be switched off based
on the DirectoryProperties.CACHE_ENABLED attribute. |
CustomDirectoryInstanceLoader |
CustomDirectoryInstanceLoader loads a RemoteDirectory by using an
InstanceFactory
to create a RemoteDirectory. |
DbCachingRemoteDirectoryInstanceLoader |
Loader that allows for proxying of a remote directory through a local cache/mirror.
|
DelegatedAuthenticationDirectoryInstanceLoaderImpl | |
DelegatingDirectoryInstanceLoaderImpl |
Iterative directory instance loader.
|
InternalDirectoryInstanceLoaderImpl |
Loads an implementation of a
RemoteDirectory for use at runtime
by the Crowd security server. |
LDAPDirectoryInstanceLoaderImpl |
Loads an implementation of a
RemoteDirectory for use at runtime
by the Crowd security server. |
RemoteCrowdDirectoryInstanceLoaderImpl |
Loads an implementation of a
RemoteDirectory for use at runtime
by the Crowd security server. |
Copyright © 2020 Atlassian. All rights reserved.