Package com.atlassian.bamboo.crowd
Class CacheRefresherFactoryImpl
java.lang.Object
com.atlassian.bamboo.crowd.CacheRefresherFactoryImpl
- All Implemented Interfaces:
com.atlassian.crowd.directory.ldap.cache.CacheRefresherFactory
public class CacheRefresherFactoryImpl
extends Object
implements com.atlassian.crowd.directory.ldap.cache.CacheRefresherFactory
Workaround for https://bulldog.internal.atlassian.com/browse/KRAK-1293
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.crowd.directory.synchronisation.cache.CacheRefresher
createRefresher
(com.atlassian.crowd.directory.RemoteDirectory remoteDirectory)
-
Constructor Details
-
CacheRefresherFactoryImpl
public CacheRefresherFactoryImpl()
-
-
Method Details
-
createRefresher
public com.atlassian.crowd.directory.synchronisation.cache.CacheRefresher createRefresher(com.atlassian.crowd.directory.RemoteDirectory remoteDirectory) - Specified by:
createRefresher
in interfacecom.atlassian.crowd.directory.ldap.cache.CacheRefresherFactory
-