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.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.
 

Constructors in com.atlassian.crowd.directory with parameters of type InternalRemoteDirectory
DbCachingRemoteDirectory(RemoteDirectory remoteDirectory, InternalRemoteDirectory internalDirectory, com.atlassian.event.api.EventPublisher eventPublisher)
           
DbCachingRemoteDirectoryCache(RemoteDirectory remoteDirectory, InternalRemoteDirectory internalDirectory)
           
 

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.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 © 2010 Atlassian. All Rights Reserved.