Uses of Interface
com.atlassian.crowd.directory.InternalRemoteDirectory

Packages that use InternalRemoteDirectory
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.hybrid   
com.atlassian.crowd.directory.ldap.cache   
com.atlassian.crowd.directory.loader   
 

Uses of InternalRemoteDirectory in com.atlassian.crowd.directory
 

Classes in com.atlassian.crowd.directory that implement InternalRemoteDirectory
 class AbstractInternalDirectory
          This class holds methods that are common to both InternalDirectory and CachingDirectory.
 class CachingDirectory
          This InternalDirectory is used for locally caching Users and Groups from an external Directory.
 class InternalDirectory
          Internal directory connector.
 

Methods in com.atlassian.crowd.directory with parameters of type InternalRemoteDirectory
 DirectoryCache DirectoryCacheFactoryImpl.createDirectoryCache(RemoteDirectory remoteDirectory, InternalRemoteDirectory internalDirectory)
           
 com.atlassian.crowd.directory.DirectoryCacheChangeOperations TransactionalDirectoryCacheFactory.createDirectoryCacheChangeOperations(RemoteDirectory remoteDirectory, InternalRemoteDirectory internalDirectory)
           
 

Constructors in com.atlassian.crowd.directory with parameters of type InternalRemoteDirectory
DbCachingRemoteChangeOperations(DirectoryDao directoryDao, RemoteDirectory remoteDirectory, InternalRemoteDirectory internalDirectory, SynchronisationStatusManager synchronisationStatusManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
DbCachingRemoteDirectory(RemoteDirectory remoteDirectory, InternalRemoteDirectory internalDirectory, DirectoryCacheFactory directoryCacheFactory)
           
 

Uses of InternalRemoteDirectory in com.atlassian.crowd.directory.hybrid
 

Methods in com.atlassian.crowd.directory.hybrid that return InternalRemoteDirectory
protected  InternalRemoteDirectory InternalGroupHandler.getInternalDirectory()
           
 

Constructors in com.atlassian.crowd.directory.hybrid with parameters of type InternalRemoteDirectory
InternalGroupHandler(InternalRemoteDirectory internalDirectory)
           
LocalGroupHandler(InternalRemoteDirectory internalDirectory)
           
 

Uses of InternalRemoteDirectory in com.atlassian.crowd.directory.ldap.cache
 

Methods in com.atlassian.crowd.directory.ldap.cache with parameters of type InternalRemoteDirectory
 DirectoryCache DirectoryCacheFactory.createDirectoryCache(RemoteDirectory remoteDirectory, InternalRemoteDirectory internalDirectory)
          Creates a new DirectoryCache instance for the given remoteDirectory and internalDirectory.
 

Uses of InternalRemoteDirectory in com.atlassian.crowd.directory.loader
 

Methods in com.atlassian.crowd.directory.loader that return InternalRemoteDirectory
 InternalRemoteDirectory InternalDirectoryInstanceLoaderImpl.getDirectory(Directory directory)
           
 InternalRemoteDirectory InternalDirectoryInstanceLoader.getDirectory(Directory directory)
           
 InternalRemoteDirectory InternalDirectoryInstanceLoaderImpl.getRawDirectory(java.lang.Long id, java.lang.String className, java.util.Map<java.lang.String,java.lang.String> directoryAttributes)
           
 InternalRemoteDirectory InternalDirectoryInstanceLoader.getRawDirectory(java.lang.Long id, java.lang.String className, java.util.Map<java.lang.String,java.lang.String> attributes)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.