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 DbCachingRemoteDirectoryCache
           
 

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

Methods in com.atlassian.crowd.directory.ldap.cache with parameters of type DirectoryCache
 void UsnChangedCacheRefresher.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 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 abstract  void AbstractCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache)
           
 void UsnChangedCacheRefresher.synchroniseChanges(DirectoryCache directoryCache)
           
 void RemoteDirectoryCacheRefresher.synchroniseChanges(DirectoryCache directoryCache)
           
 void CacheRefresher.synchroniseChanges(DirectoryCache directoryCache)
          Will visit just the changed Users and Groups in the external directory in order to do a delta refresh.
protected  void AbstractCacheRefresher.synchroniseMemberships(GroupType groupType, 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 © 2010 Atlassian. All Rights Reserved.