Modifier and Type | Method and Description |
---|---|
CacheSynchronisationResult |
DeltaQueryCacheRefresher.synchroniseAll(DirectoryCache directoryCache) |
CacheSynchronisationResult |
DeltaQueryCacheRefresher.synchroniseChanges(DirectoryCache directoryCache,
String syncToken) |
Modifier and Type | Method and Description |
---|---|
CacheSynchronisationResult |
EventTokenChangedCacheRefresher.synchroniseAll(DirectoryCache directoryCache) |
CacheSynchronisationResult |
RemoteDirectoryCacheRefresher.synchroniseChanges(DirectoryCache directoryCache,
String syncToken) |
CacheSynchronisationResult |
EventTokenChangedCacheRefresher.synchroniseChanges(DirectoryCache directoryCache,
String eventToken) |
Modifier and Type | Field and Description |
---|---|
static CacheSynchronisationResult |
CacheSynchronisationResult.FAILURE |
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) |
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.
|
Copyright © 2020 Atlassian. All rights reserved.