public class RemoteDirectoryCacheRefresher extends AbstractCacheRefresher implements CacheRefresher
remoteDirectory| Constructor and Description |
|---|
RemoteDirectoryCacheRefresher(RemoteDirectory remoteDirectory) |
| Modifier and Type | Method and Description |
|---|---|
protected List<GroupWithAttributes> |
findAllRemoteGroups(boolean withAttributes) |
protected List<UserWithAttributes> |
findAllRemoteUsers(boolean withAttributes) |
protected PartialSynchronisationResult<? extends GroupWithAttributes> |
synchroniseAllGroups(DirectoryCache directoryCache) |
protected PartialSynchronisationResult<? extends UserWithAttributes> |
synchroniseAllUsers(DirectoryCache directoryCache) |
CacheSynchronisationResult |
synchroniseChanges(DirectoryCache directoryCache,
String syncToken) |
directoryDescription, getMemberships, isGroupAttributeSynchronisationEnabled, isIncrementalSyncEnabled, isUserAttributeSynchronisationEnabled, synchroniseAll, synchroniseAllGroupAttributes, synchroniseAllUserAttributes, synchroniseMembershipsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsynchroniseAllpublic RemoteDirectoryCacheRefresher(RemoteDirectory remoteDirectory)
public CacheSynchronisationResult synchroniseChanges(DirectoryCache directoryCache, String syncToken) throws OperationFailedException
synchroniseChanges in interface CacheRefresherOperationFailedExceptionprotected List<UserWithAttributes> findAllRemoteUsers(boolean withAttributes) throws OperationFailedException
OperationFailedExceptionprotected List<GroupWithAttributes> findAllRemoteGroups(boolean withAttributes) 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.