@PublicAPI(stability=PRIVATE)

Package org.opends.server.backends

Contains various Directory Server backend implementations.

See:
          Description

Class Summary
BackupBackend This class defines a backend used to present information about Directory Server backups.
LDIFBackend This class provides a backend implementation that stores the underlying data in an LDIF file.
MemoryBackend This class defines a very simple backend that stores its information in memory.
MonitorBackend This class defines a backend to hold Directory Server monitor entries.
RootDSEBackend This class defines a backend to hold the Directory Server root DSE.
SchemaBackend This class defines a backend to hold the Directory Server schema information.
TrustStoreBackend This class defines a backend used to provide an LDAP view of public keys stored in a key store.
 

Package org.opends.server.backends Description

Contains various Directory Server backend implementations. The code for simple backends (e.g., backends defining the root DSE, schema, and monitor information) may reside directly in this package. The code for more complex backends comprised of multiple classes are more appropriate for sub-packages.