Class DbCachingRemoteDirectoryInstanceLoader

java.lang.Object
com.atlassian.crowd.directory.loader.AbstractDirectoryInstanceLoader
com.atlassian.crowd.directory.loader.DbCachingRemoteDirectoryInstanceLoader
All Implemented Interfaces:
DirectoryInstanceLoader, InternalHybridDirectoryInstanceLoader
Direct Known Subclasses:
ConfigurableDbCachingRemoteDirectoryInstanceLoader

public class DbCachingRemoteDirectoryInstanceLoader extends AbstractDirectoryInstanceLoader implements InternalHybridDirectoryInstanceLoader
Loader that allows for proxying of a remote directory through a local cache/mirror. To enable proxying for a remote directory you should not expose its loader directly to the Crowd service, but instead delegate through this loader.