Package | Description |
---|---|
com.atlassian.crowd.directory.ldap.cache | |
com.atlassian.crowd.directory.synchronisation.cache |
Modifier and Type | Method and Description |
---|---|
protected PartialSynchronisationResult<? extends GroupWithAttributes> |
EventTokenChangedCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache) |
protected PartialSynchronisationResult<? extends GroupWithAttributes> |
RemoteDirectoryCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache) |
protected PartialSynchronisationResult<? extends UserWithAttributes> |
EventTokenChangedCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache) |
protected PartialSynchronisationResult<? extends UserWithAttributes> |
RemoteDirectoryCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache) |
Modifier and Type | Method and Description |
---|---|
protected PartialSynchronisationResult<LDAPGroupWithAttributes> |
UsnChangedCacheRefresher.synchroniseAllGroups(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 PartialSynchronisationResult<? extends UserWithAttributes> |
UsnChangedCacheRefresher.synchroniseAllUsers(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).
|
Copyright © 2021 Atlassian. All rights reserved.