public class EventTokenChangedCacheRefresher extends AbstractCacheRefresher
remoteDirectory| Constructor and Description |
|---|
EventTokenChangedCacheRefresher(RemoteCrowdDirectory crowdDirectory,
CacheRefresher fullSyncCacheRefresher) |
| Modifier and Type | Method and Description |
|---|---|
CacheSynchronisationResult |
synchroniseAll(DirectoryCache directoryCache) |
protected PartialSynchronisationResult<? extends GroupWithAttributes> |
synchroniseAllGroups(DirectoryCache directoryCache) |
protected PartialSynchronisationResult<? extends UserWithAttributes> |
synchroniseAllUsers(DirectoryCache directoryCache) |
CacheSynchronisationResult |
synchroniseChanges(DirectoryCache directoryCache,
String eventToken) |
directoryDescription, getMemberships, isGroupAttributeSynchronisationEnabled, isIncrementalSyncEnabled, isUserAttributeSynchronisationEnabled, synchroniseAllGroupAttributes, synchroniseAllUserAttributes, synchroniseMembershipspublic EventTokenChangedCacheRefresher(RemoteCrowdDirectory crowdDirectory, CacheRefresher fullSyncCacheRefresher)
public CacheSynchronisationResult synchroniseAll(DirectoryCache directoryCache) throws OperationFailedException
synchroniseAll in interface CacheRefreshersynchroniseAll in class AbstractCacheRefresherOperationFailedExceptionpublic CacheSynchronisationResult synchroniseChanges(DirectoryCache directoryCache, @Nullable String eventToken) throws OperationFailedException
OperationFailedExceptionprotected PartialSynchronisationResult<? extends UserWithAttributes> synchroniseAllUsers(DirectoryCache directoryCache) throws OperationFailedException
synchroniseAllUsers in class AbstractCacheRefresherOperationFailedExceptionprotected PartialSynchronisationResult<? extends GroupWithAttributes> synchroniseAllGroups(DirectoryCache directoryCache) throws OperationFailedException
synchroniseAllGroups in class AbstractCacheRefresherOperationFailedExceptionCopyright © 2023 Atlassian. All rights reserved.