com.atlassian.crowd.directory.ldap.cache
Interface DirectoryCacheFactory

All Known Implementing Classes:
DirectoryCacheFactoryImpl, TransactionalDirectoryCacheFactory

public interface DirectoryCacheFactory

Factory for creating DirectoryCache instances.


Method Summary
 DirectoryCache createDirectoryCache(RemoteDirectory remoteDirectory, InternalRemoteDirectory internalDirectory)
          Creates a new DirectoryCache instance for the given remoteDirectory and internalDirectory.
 

Method Detail

createDirectoryCache

DirectoryCache createDirectoryCache(RemoteDirectory remoteDirectory,
                                    InternalRemoteDirectory internalDirectory)
Creates a new DirectoryCache instance for the given remoteDirectory and internalDirectory.

Parameters:
remoteDirectory - remote directory to use
internalDirectory - internal directory to use
Returns:
new DirectoryCache instance


Copyright © 2012 Atlassian. All Rights Reserved.