Modifier and Type | Class and Description |
---|---|
class |
DirectoryCacheImplUsingChangeOperations |
Modifier and Type | Method and Description |
---|---|
DirectoryCache |
DirectoryCacheFactoryImpl.createDirectoryCache(RemoteDirectory remoteDirectory,
InternalRemoteDirectory internalDirectory) |
Modifier and Type | Class and Description |
---|---|
class |
MockDirectoryCache |
Modifier and Type | Method and Description |
---|---|
DirectoryCache |
DirectoryCacheFactory.createDirectoryCache(RemoteDirectory remoteDirectory,
InternalRemoteDirectory internalDirectory)
Creates a new DirectoryCache instance for the given remoteDirectory and
internalDirectory.
|
Modifier and Type | Method and Description |
---|---|
CacheSynchronisationResult |
UsnChangedCacheRefresher.synchroniseAll(DirectoryCache directoryCache) |
CacheSynchronisationResult |
CacheRefresher.synchroniseAll(DirectoryCache directoryCache)
Will visit all Users and Groups in the external directory in order to do a Full refresh.
|
CacheSynchronisationResult |
AbstractCacheRefresher.synchroniseAll(DirectoryCache directoryCache) |
protected void |
AbstractCacheRefresher.synchroniseAllGroupAttributes(Collection<G> remoteGroups,
DirectoryCache directoryCache) |
protected PartialSynchronisationResult<LDAPGroupWithAttributes> |
UsnChangedCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache) |
protected abstract PartialSynchronisationResult<G> |
AbstractCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache)
This method is expected to fetch the groups to update (or all currently in the remote directory)
and update the directory cache (call the appropriate method for deleting and then the appropriate method for
updating/adding).
|
protected void |
AbstractCacheRefresher.synchroniseAllUserAttributes(Collection<? extends UserWithAttributes> remoteUsers,
DirectoryCache directoryCache) |
protected PartialSynchronisationResult<? extends UserWithAttributes> |
UsnChangedCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache) |
protected abstract PartialSynchronisationResult<? extends UserWithAttributes> |
AbstractCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache)
This method is expected to fetch the users to update (or all currently in the remote directory)
and update the directory cache (call the appropriate method for deleting and then the appropriate method for
updating/adding).
|
CacheSynchronisationResult |
UsnChangedCacheRefresher.synchroniseChanges(DirectoryCache directoryCache,
String highestCommittedUsn) |
CacheSynchronisationResult |
CacheRefresher.synchroniseChanges(DirectoryCache directoryCache,
String syncToken)
Attempts to synchronise changes since the last refresh as opposed to performing a full synchronisation.
|
protected void |
AbstractCacheRefresher.synchroniseMemberships(Collection<G> remoteGroups,
DirectoryCache directoryCache,
boolean isFullSync) |
Copyright © 2020 Atlassian. All rights reserved.