public interface Directory extends Serializable, Attributes
Modifier and Type | Method and Description |
---|---|
Set<OperationType> |
getAllowedOperations()
Returns the operations allowed to be performed on this directory.
|
Map<String,String> |
getAttributes()
Returns the attributes of the directory.
|
Date |
getCreatedDate()
Returns the date the directory was created.
|
String |
getDescription()
Returns a description of the directory.
|
String |
getEncryptionType()
Returns the encryption algorithm used by the directory.
|
Long |
getId()
Returns the directory ID.
|
String |
getImplementationClass()
Returns the fully qualified name of the class that implements the directory.
|
String |
getName()
Returns the name of the directory.
|
DirectoryType |
getType()
Returns the type of the directory.
|
Date |
getUpdatedDate()
Returns the date the directory was last modified.
|
boolean |
isActive()
Returns true if the directory is currently active, otherwise false.
|
getKeys, getValue, getValues, isEmpty
Long getId()
String getName()
boolean isActive()
String getEncryptionType()
Map<String,String> getAttributes()
Set<OperationType> getAllowedOperations()
String getDescription()
DirectoryType getType()
DirectoryType
String getImplementationClass()
Date getCreatedDate()
Date getUpdatedDate()
Copyright © 2017 Atlassian. All rights reserved.