Class CacheRefresherFactoryImpl
java.lang.Object
com.atlassian.crowd.directory.synchronisation.cache.CacheRefresherFactoryImpl
- All Implemented Interfaces:
CacheRefresherFactory
@ExperimentalApi
@Deprecated
public class CacheRefresherFactoryImpl
extends Object
implements CacheRefresherFactory
Deprecated.
Default
CacheRefresherFactory
that can be used for Embedded Crowd.
Note that this implementation does not support AzureAdDirectory.- Since:
- 4.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateRefresher
(RemoteDirectory remoteDirectory) Deprecated.Creates a new CacheRefresher instance for the given remoteDirectory.
-
Constructor Details
-
CacheRefresherFactoryImpl
public CacheRefresherFactoryImpl()Deprecated.
-
-
Method Details
-
createRefresher
Deprecated.Description copied from interface:CacheRefresherFactory
Creates a new CacheRefresher instance for the given remoteDirectory.- Specified by:
createRefresher
in interfaceCacheRefresherFactory
- Parameters:
remoteDirectory
- directory to use- Returns:
- new CacheRefresher instance
-