Uses of Interface
com.atlassian.crowd.embedded.api.Directory
Packages that use Directory
-
Uses of Directory in com.atlassian.crowd.embedded.api
Fields in com.atlassian.crowd.embedded.api with type parameters of type DirectoryModifier and TypeFieldDescriptionDirectories.ACTIVE_FILTERDeprecated.Directories.NAME_FUNCTIONDeprecated.UsegetName()instead.Methods in com.atlassian.crowd.embedded.api that return DirectoryModifier and TypeMethodDescriptionCrowdDirectoryService.addDirectory(Directory directory) Will add a newDirectoryinto the local database.CrowdDirectoryService.findDirectoryById(long directoryId) Will return aDirectorybased on the givendirectoryIdCrowdDirectoryService.findDirectoryByName(String name) Will return aDirectorybased on the givennameCrowdDirectoryService.updateDirectory(Directory directory) Will update theDirectory.Methods in com.atlassian.crowd.embedded.api that return types with arguments of type DirectoryModifier and TypeMethodDescriptionDirectories.directoryWithIdPredicate(long directoryId) Matches for directories with the specified directoryId.CrowdDirectoryService.findAllDirectories()Will return aList<Directory>ordered by the order specified by the application.Methods in com.atlassian.crowd.embedded.api with parameters of type DirectoryModifier and TypeMethodDescriptionCrowdDirectoryService.addDirectory(Directory directory) Will add a newDirectoryinto the local database.voidCrowdDirectoryService.testConnection(Directory directory) Test if a connection to the directory server can be established.CrowdDirectoryService.updateDirectory(Directory directory) Will update theDirectory.CrowdDirectoryService.validateDirectoryConfiguration(Directory directory, EnumSet<DirectoryValidationContext> validationContexts) Will validate the attributes of the given directory, depending upon the directory typeMethod parameters in com.atlassian.crowd.embedded.api with type arguments of type Directory -
Uses of Directory in com.atlassian.crowd.embedded.impl
Classes in com.atlassian.crowd.embedded.impl that implement DirectoryMethods in com.atlassian.crowd.embedded.impl that return DirectoryModifier and TypeMethodDescriptionImmutableDirectory.Builder.toDirectory()Returns an immutable Directory object with the properties set in this builder.Methods in com.atlassian.crowd.embedded.impl with parameters of type DirectoryModifier and TypeMethodDescriptionstatic UserCapabilitiesDirectoryUserCapabilities.fromDirectory(Directory directory) static ImmutableDirectory.BuilderImmutableDirectory.newBuilder(Directory directory) Create a Builder that copies its initial values from the given directory.
isActive()instead.