public class DeltaQueryCacheRefresher extends Object implements CacheRefresher
| Constructor and Description |
|---|
DeltaQueryCacheRefresher(AzureAdDirectory remoteDirectory) |
| Modifier and Type | Method and Description |
|---|---|
CacheSynchronisationResult |
synchroniseAll(DirectoryCache directoryCache)
Will visit all Users and Groups in the external directory in order to do a Full refresh.
|
CacheSynchronisationResult |
synchroniseChanges(DirectoryCache directoryCache,
String syncToken)
Attempts to synchronise changes since the last refresh as opposed to performing a full synchronisation.
|
public DeltaQueryCacheRefresher(AzureAdDirectory remoteDirectory)
public CacheSynchronisationResult synchroniseAll(DirectoryCache directoryCache) throws OperationFailedException
CacheRefreshersynchroniseAll in interface CacheRefresherdirectoryCache - the DirectoryCache to update.OperationFailedException - if there was an error processing the operationpublic CacheSynchronisationResult synchroniseChanges(DirectoryCache directoryCache, @Nullable String syncToken) throws OperationFailedException
CacheRefreshersynchroniseChanges in interface CacheRefresherdirectoryCache - the DirectoryCache to update.OperationFailedException - if there was an error processing the operationCopyright © 2019 Atlassian. All rights reserved.