Uses of Interface
com.atlassian.crowd.directory.SynchronisableDirectory
Package
Description
-
Uses of SynchronisableDirectory in com.atlassian.crowd.acceptance.utils
Modifier and TypeMethodDescriptionvoid
NoopDirectorySynchroniser.synchronise
(SynchronisableDirectory synchronisableDirectory, SynchronisationMode mode) -
Uses of SynchronisableDirectory in com.atlassian.crowd.directory
Modifier and TypeClassDescriptionclass
ARemoteDirectory
that provides LDAP and Crowd integration plus local storage in an internal directory for LDAP user and group attributes, and local groups for LDAP and Crowd users with local caching of remote data.ModifierConstructorDescriptionDbCachingDirectoryPoller
(DirectorySynchroniser directorySynchroniser, SynchronisableDirectory remoteDirectory) Constructs a new DbCachingDirectoryPoller with the correct instance of RemoteDirectory. -
Uses of SynchronisableDirectory in com.atlassian.crowd.manager.directory
Modifier and TypeMethodDescriptionvoid
DirectorySynchroniser.synchronise
(SynchronisableDirectory synchronisableDirectory, SynchronisationMode mode) Executes a synchronisation in the current thread.void
DirectorySynchroniserImpl.synchronise
(SynchronisableDirectory remoteDirectory, SynchronisationMode mode) Synchronises a remote directory.