Uses of Interface
com.atlassian.crowd.directory.ldap.cache.DirectoryCache

Packages that use DirectoryCache
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.ldap.cache   
 

Uses of DirectoryCache in com.atlassian.crowd.directory
 

Classes in com.atlassian.crowd.directory that implement DirectoryCache
 class DirectoryCacheImplUsingChangeOperations
           
 

Methods in com.atlassian.crowd.directory that return DirectoryCache
 DirectoryCache DirectoryCacheFactoryImpl.createDirectoryCache(RemoteDirectory remoteDirectory, InternalRemoteDirectory internalDirectory)
           
 

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

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

Methods in com.atlassian.crowd.directory.ldap.cache with parameters of type DirectoryCache
 void UsnChangedCacheRefresher.synchroniseAll(DirectoryCache directoryCache)
           
 void EventTokenChangedCacheRefresher.synchroniseAll(DirectoryCache directoryCache)
           
 void CacheRefresher.synchroniseAll(DirectoryCache directoryCache)
          Will visit all Users and Groups in the external directory in order to do a Full refresh.
 void AbstractCacheRefresher.synchroniseAll(DirectoryCache directoryCache)
           
protected  java.util.List<? extends Group> UsnChangedCacheRefresher.synchroniseAllGroups(GroupType groupType, DirectoryCache directoryCache)
           
protected  java.util.List<? extends Group> RemoteDirectoryCacheRefresher.synchroniseAllGroups(GroupType groupType, DirectoryCache directoryCache)
           
protected  java.util.List<? extends Group> EventTokenChangedCacheRefresher.synchroniseAllGroups(GroupType legacyRole, DirectoryCache directoryCache)
           
protected abstract  java.util.List<? extends Group> AbstractCacheRefresher.synchroniseAllGroups(GroupType legacyRole, DirectoryCache directoryCache)
           
protected  void UsnChangedCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache)
           
protected  void RemoteDirectoryCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache)
           
protected  void EventTokenChangedCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache)
           
protected abstract  void AbstractCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache)
           
 boolean UsnChangedCacheRefresher.synchroniseChanges(DirectoryCache directoryCache)
           
 boolean RemoteDirectoryCacheRefresher.synchroniseChanges(DirectoryCache directoryCache)
           
 boolean EventTokenChangedCacheRefresher.synchroniseChanges(DirectoryCache directoryCache)
           
 boolean CacheRefresher.synchroniseChanges(DirectoryCache directoryCache)
          Attempts to synchronise changes since the last refresh as opposed to performing a full synchronisation.
protected  void AbstractCacheRefresher.synchroniseMemberships(GroupType groupType, java.util.List<? extends Group> remoteGroups, DirectoryCache directoryCache)
           
protected  void AbstractCacheRefresher.synchroniseMemberships(java.util.List<? extends Group> remoteGroups, DirectoryCache directoryCache)
           
protected  void UsnChangedCacheRefresher.synchroniseMembershipsForGroup(GroupType groupType, Group group, DirectoryCache directoryCache)
           
protected  void AbstractCacheRefresher.synchroniseMembershipsForGroup(GroupType groupType, Group ldapGroup, DirectoryCache directoryCache)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.