Class CrowdServerCacheRefresherFactory
java.lang.Object
com.atlassian.crowd.directory.ldap.cache.CrowdServerCacheRefresherFactory
- All Implemented Interfaces:
CacheRefresherFactory
-
Constructor Summary
ConstructorsConstructorDescriptionCrowdServerCacheRefresherFactory(AzureFilteringEnabledChecker azureFilteringEnabledChecker) -
Method Summary
Modifier and TypeMethodDescriptioncreateRefresher(RemoteDirectory remoteDirectory) Creates a new CacheRefresher instance for the given remoteDirectory.
-
Constructor Details
-
CrowdServerCacheRefresherFactory
-
-
Method Details
-
createRefresher
Description copied from interface:CacheRefresherFactoryCreates a new CacheRefresher instance for the given remoteDirectory.- Specified by:
createRefresherin interfaceCacheRefresherFactory- Parameters:
remoteDirectory- directory to use- Returns:
- new CacheRefresher instance
-