Uses of Class
com.atlassian.crowd.directory.synchronisation.CacheSynchronisationResult
Packages that use CacheSynchronisationResult
Package
Description
-
Uses of CacheSynchronisationResult in com.atlassian.crowd.directory.synchronisation
Fields in com.atlassian.crowd.directory.synchronisation declared as CacheSynchronisationResultModifier and TypeFieldDescriptionstatic final CacheSynchronisationResultCacheSynchronisationResult.FAILURE -
Uses of CacheSynchronisationResult in com.atlassian.crowd.directory.synchronisation.cache
Methods in com.atlassian.crowd.directory.synchronisation.cache that return CacheSynchronisationResultModifier and TypeMethodDescriptionAbstractCacheRefresher.synchroniseAll(DirectoryCache directoryCache) CacheRefresher.synchroniseAll(DirectoryCache directoryCache) Will visit all Users and Groups in the external directory in order to do a Full refresh.CacheRefresher.synchroniseChanges(DirectoryCache directoryCache, String syncToken) Attempts to synchronise changes since the last refresh as opposed to performing a full synchronisation.