| Class | Description |
|---|---|
| DirectoryDAOFile |
Read-only Directory DAO that reads the data from a file.
|
| DirectoryPropertiesMapper |
A mapper that builds immutable directories by parsing the data from a properties
(it does not do any caching) and exports directories to properties.
|
| FailoverDirectoryDAO |
Delegates to a primary DAO, but only if it is active, or to a secondary DAO otherwise.
|
| IntegrityConstraintAwareDirectoryPropertiesMapper |
In order to prevent the instantiation of directories that do not exist in the
database, this class only authorises directories that match an existing id
in the database.
|
| SortedProperties |
Extends Properties to ensure a consistent key order
|
Copyright © 2018 Atlassian. All rights reserved.