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