Uses of Interface
com.atlassian.crowd.directory.RemoteDirectory
Packages that use RemoteDirectory
Package
Description
-
Uses of RemoteDirectory in com.atlassian.crowd.directory
Subinterfaces of RemoteDirectory in com.atlassian.crowd.directoryModifier and TypeInterfaceDescriptioninterfaceThis interface represents a specialised extension ofRemoteDirectorythat is used by InternalDirectories.interfaceARemoteDirectorythat holds a local cache to remote data.Methods in com.atlassian.crowd.directory that return RemoteDirectoryConstructors in com.atlassian.crowd.directory with parameters of type RemoteDirectoryModifierConstructorDescriptionDirectoryMembershipsIterable(RemoteDirectory remoteDirectory) DirectoryMembershipsIterable(RemoteDirectory remoteDirectory, Iterable<String> groupNames) -
Uses of RemoteDirectory in com.atlassian.crowd.directory.loader
Methods in com.atlassian.crowd.directory.loader that return RemoteDirectoryModifier and TypeMethodDescriptionDirectoryInstanceLoader.getDirectory(Directory directory) Loads theRemoteDirectoryimplementation class for a specific (already saved)Directoryconfiguration.Loads a guaranteed un-cached directory implementation for a specific configuration. -
Uses of RemoteDirectory in com.atlassian.crowd.manager.directory.monitor
Methods in com.atlassian.crowd.manager.directory.monitor with parameters of type RemoteDirectoryModifier and TypeMethodDescriptionvoidDirectoryMonitorManager.addMonitor(RemoteDirectory directory) Deprecated.Adds a monitor to a particular directory.