public abstract class DirectoryWrapper extends Object implements Directory
| Constructor and Description |
|---|
DirectoryWrapper(Directory delegate) |
| Modifier and Type | Method and Description |
|---|---|
Set<OperationType> |
getAllowedOperations() |
Map<String,String> |
getAttributes() |
Date |
getCreatedDate() |
String |
getDescription() |
String |
getEncryptionType() |
Long |
getId() |
String |
getImplementationClass() |
Set<String> |
getKeys() |
String |
getName() |
DirectoryType |
getType() |
Date |
getUpdatedDate() |
String |
getValue(String key) |
Set<String> |
getValues(String key) |
boolean |
isActive() |
boolean |
isEmpty() |
boolean |
isPersistable() |
protected Directory delegate
public DirectoryWrapper(Directory delegate)
@Nullable public Set<String> getValues(String key)
getValues in interface Attributes@Nullable public String getValue(String key)
getValue in interface Attributespublic Set<String> getKeys()
getKeys in interface Attributespublic boolean isEmpty()
isEmpty in interface Attributespublic String getEncryptionType()
getEncryptionType in interface Directorypublic Map<String,String> getAttributes()
getAttributes in interface Directorypublic Set<OperationType> getAllowedOperations()
getAllowedOperations in interface Directorypublic String getDescription()
getDescription in interface Directorypublic DirectoryType getType()
public String getImplementationClass()
getImplementationClass in interface Directorypublic Date getCreatedDate()
getCreatedDate in interface Directorypublic Date getUpdatedDate()
getUpdatedDate in interface Directorypublic boolean isPersistable()
isPersistable in interface DirectoryCopyright © 2023 Atlassian. All rights reserved.