Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
org.opends.server.backends.jeb |
Contains the code for the Directory Server backend that uses the Berkeley DB
Java Edition as the repository for storing entry and index information.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
|
org.opends.server.monitors |
Contains various Directory Server monitor provider implementations.
|
org.opends.server.protocols |
Contains various Directory Server connection handler implementations which will be used to accept connections from
and perform communication with clients over various protocols.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
|
org.opends.server.protocols.jmx |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
org.opends.server.snmp |
This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support
MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring
information.
|
Modifier and Type | Class and Description |
---|---|
class |
Backend<C extends Configuration>
Represents a directory server backend, which can be either local or remote (proxy).
|
class |
ConnectionHandler<T extends ConnectionHandlerCfg>
This class defines the set of methods and structures that must be implemented by a Directory Server connection
handler.
|
class |
LocalBackend<C extends Configuration>
This class defines the set of methods and structures that must be implemented for a Directory Server backend.
|
Modifier and Type | Class and Description |
---|---|
class |
BackupBackend
This class defines a backend used to present information about Directory Server backups.
|
class |
ChangelogBackend
A backend that provides access to the changelog, i.e.
|
class |
ConfigurationBackend
Back-end responsible for management of configuration entries.
|
class |
LDIFBackend
This class provides a backend implementation that stores the underlying data in an LDIF file.
|
class |
MemoryBackend
This class defines a very simple backend that stores its information in memory.
|
class |
MonitorBackend
This class defines a backend to hold Directory Server monitor entries.
|
class |
NullBackend
This class implements /dev/null like backend for development and testing.
|
class |
ProxyBackend
Implements the proxy backend, i.e.
|
class |
RootDSEBackend
This class defines a backend to hold the Directory Server root DSE.
|
class |
SchemaBackend
This class defines a backend to hold the Directory Server schema information.
|
class |
TrustStoreBackend
This class defines a backend used to provide an LDAP view of public keys stored in a key store.
|
Modifier and Type | Class and Description |
---|---|
class |
JEBackend
Class defined in the configuration for this backend type.
|
Modifier and Type | Class and Description |
---|---|
class |
BackendImpl<C extends PluggableBackendCfg>
This is an implementation of a Directory Server Backend which stores entries locally in a pluggable storage.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskBackend
This class provides an implementation of a Directory Server backend that may be used to execute various kinds of
administrative tasks on a one-time or recurring basis.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HealthChecker
A composite
HealthStatusProvider that computes its health status based on the registered
HealthStatusProvider . |
Modifier and Type | Class and Description |
---|---|
static class |
HealthChecker.HealthCheckerImpl
A
HealthChecker implementation that is safe for using with multiple threads provided that the
aggregated HealthStatusProvider are thread-safe. |
Modifier and Type | Method and Description |
---|---|
void |
HealthChecker.deregister(HealthStatusProvider healthStatusProvider)
Deregisters a
HealthStatusProvider . |
void |
HealthChecker.HealthCheckerImpl.deregister(HealthStatusProvider healthStatusProvider) |
void |
HealthChecker.register(HealthStatusProvider healthStatusProvider)
Registers a
HealthStatusProvider . |
void |
HealthChecker.HealthCheckerImpl.register(HealthStatusProvider healthStatusProvider) |
Constructor and Description |
---|
HealthStatusMonitorProvider(HealthStatusProvider healthStatusProvider)
Creates a new
HealthStatusMonitorProvider for monitoring the provided HealthStatusProvider . |
Modifier and Type | Class and Description |
---|---|
class |
LDIFConnectionHandler
This class defines an LDIF connection handler, which can be used to watch for new LDIF files to be placed in a
specified directory.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPConnectionHandler
This class defines a connection handler that will be used for communicating with clients over HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
JmxConnectionHandler
This class defines a connection handler that will be used for communicating with administrative clients over JMX.
|
Modifier and Type | Class and Description |
---|---|
class |
LDAPConnectionHandler
This class defines a connection handler that will be used for communicating with clients over LDAP.
|
Modifier and Type | Class and Description |
---|---|
class |
MultimasterReplication
This class is used to load the Replication code inside the JVM and to trigger initialization of the replication.
|
Modifier and Type | Class and Description |
---|---|
class |
SNMPConnectionHandler
This class defines an SNMP connection handler, which can be used to answer SNMP Requests on MIB 2605.
|
Copyright 2010-2022 ForgeRock AS.