public final class RecoveryModeDirectory extends Object implements Directory
Directory implementation that holds a single in-memory user for recovery purposes.| Constructor and Description |
|---|
RecoveryModeDirectory(String username,
String password) |
| 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() |
String |
getRecoveryPassword() |
String |
getRecoveryUsername() |
DirectoryType |
getType() |
Date |
getUpdatedDate() |
String |
getValue(String key) |
Set<String> |
getValues(String key) |
boolean |
isActive() |
boolean |
isEmpty() |
boolean |
isPersistable() |
public 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 Set<String> getValues(String key)
getValues in interface Attributespublic String getValue(String key)
getValue in interface Attributespublic Set<String> getKeys()
getKeys in interface Attributespublic boolean isEmpty()
isEmpty in interface Attributespublic boolean isPersistable()
isPersistable in interface Directorypublic String getRecoveryUsername()
public String getRecoveryPassword()
Copyright © 2023 Atlassian. All rights reserved.