|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirectoryCache | |
|---|---|
| com.atlassian.crowd.directory.ldap.cache | |
| Uses of DirectoryCache in com.atlassian.crowd.directory.ldap.cache |
|---|
| Methods in com.atlassian.crowd.directory.ldap.cache that return DirectoryCache | |
|---|---|
DirectoryCache |
DirectoryCacheFactory.createDirectoryCache(RemoteDirectory remoteDirectory,
InternalRemoteDirectory internalDirectory)
Creates a new DirectoryCache instance for the given remoteDirectory and internalDirectory. |
| Methods in com.atlassian.crowd.directory.ldap.cache with parameters of type DirectoryCache | |
|---|---|
void |
AbstractCacheRefresher.synchroniseAll(DirectoryCache directoryCache)
|
void |
CacheRefresher.synchroniseAll(DirectoryCache directoryCache)
Will visit all Users and Groups in the external directory in order to do a Full refresh. |
void |
UsnChangedCacheRefresher.synchroniseAll(DirectoryCache directoryCache)
|
void |
EventTokenChangedCacheRefresher.synchroniseAll(DirectoryCache directoryCache)
|
protected List<? extends Group> |
RemoteDirectoryCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache)
|
protected abstract List<? extends Group> |
AbstractCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache)
|
protected List<? extends Group> |
UsnChangedCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache)
|
protected List<? extends Group> |
EventTokenChangedCacheRefresher.synchroniseAllGroups(DirectoryCache directoryCache)
|
protected void |
RemoteDirectoryCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache)
|
protected abstract void |
AbstractCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache)
|
protected void |
UsnChangedCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache)
|
protected void |
EventTokenChangedCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache)
|
boolean |
RemoteDirectoryCacheRefresher.synchroniseChanges(DirectoryCache directoryCache)
|
boolean |
CacheRefresher.synchroniseChanges(DirectoryCache directoryCache)
Attempts to synchronise changes since the last refresh as opposed to performing a full synchronisation. |
boolean |
UsnChangedCacheRefresher.synchroniseChanges(DirectoryCache directoryCache)
|
boolean |
EventTokenChangedCacheRefresher.synchroniseChanges(DirectoryCache directoryCache)
|
protected void |
AbstractCacheRefresher.synchroniseMemberships(List<? extends Group> remoteGroups,
DirectoryCache directoryCache)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||