Uses of Enum Class
com.atlassian.crowd.embedded.api.DirectoryType
Packages that use DirectoryType
-
Uses of DirectoryType in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that return DirectoryTypeModifier and TypeMethodDescriptionDirectory.getType()Returns the type of the directory.static DirectoryTypeReturns the enum constant of this class with the specified name.static DirectoryType[]DirectoryType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DirectoryType in com.atlassian.crowd.embedded.impl
Methods in com.atlassian.crowd.embedded.impl that return DirectoryTypeMethods in com.atlassian.crowd.embedded.impl with parameters of type DirectoryTypeConstructors in com.atlassian.crowd.embedded.impl with parameters of type DirectoryTypeModifierConstructorDescriptionImmutableDirectory(Long id, String name, boolean active, String description, String encryptionType, DirectoryType type, String implementationClass, Date createdDate, Date updatedDate, Set<OperationType> allowedOperations, Map<String, String> attributes)