| Package | Description |
|---|---|
| com.atlassian.crowd.directory.ldap.cache |
| Modifier and Type | Method and Description |
|---|---|
DirectoryCache |
DirectoryCacheFactory.createDirectoryCache(RemoteDirectory remoteDirectory,
InternalRemoteDirectory internalDirectory)
Creates a new DirectoryCache instance for the given remoteDirectory and
internalDirectory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheRefresher.synchroniseAll(DirectoryCache directoryCache)
Will visit all Users and Groups in the external directory in order to do a Full refresh.
|
void |
EventTokenChangedCacheRefresher.synchroniseAll(DirectoryCache directoryCache) |
void |
AbstractCacheRefresher.synchroniseAll(DirectoryCache directoryCache) |
void |
UsnChangedCacheRefresher.synchroniseAll(DirectoryCache directoryCache) |
protected void |
AbstractCacheRefresher.synchroniseAllGroupAttributes(List<? extends GroupWithAttributes> remoteGroups,
DirectoryCache directoryCache) |
protected List<? extends GroupWithAttributes> |
EventTokenChangedCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache) |
protected List<? extends GroupWithAttributes> |
RemoteDirectoryCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache) |
protected abstract List<? extends GroupWithAttributes> |
AbstractCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache) |
protected List<? extends GroupWithAttributes> |
UsnChangedCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache) |
protected void |
AbstractCacheRefresher.synchroniseAllUserAttributes(List<? extends UserWithAttributes> remoteUsers,
DirectoryCache directoryCache) |
protected List<? extends UserWithAttributes> |
EventTokenChangedCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache,
boolean withAttributes) |
protected List<? extends UserWithAttributes> |
RemoteDirectoryCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache,
boolean withAttributes) |
protected abstract List<? extends UserWithAttributes> |
AbstractCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache,
boolean withAttributes) |
protected List<? extends UserWithAttributes> |
UsnChangedCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache,
boolean withAttributes) |
boolean |
CacheRefresher.synchroniseChanges(DirectoryCache directoryCache)
Attempts to synchronise changes since the last refresh as opposed to performing a full synchronisation.
|
boolean |
EventTokenChangedCacheRefresher.synchroniseChanges(DirectoryCache directoryCache) |
boolean |
RemoteDirectoryCacheRefresher.synchroniseChanges(DirectoryCache directoryCache) |
boolean |
UsnChangedCacheRefresher.synchroniseChanges(DirectoryCache directoryCache) |
protected void |
AbstractCacheRefresher.synchroniseMemberships(List<? extends Group> remoteGroups,
DirectoryCache directoryCache) |
Copyright © 2018 Atlassian. All rights reserved.