| Package | Description |
|---|---|
| com.atlassian.crowd.directory.synchronisation.cache |
| Modifier and Type | Method and Description |
|---|---|
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 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 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 |
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 © 2023 Atlassian. All rights reserved.