Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not
appropriate for other packages.
|
org.opends.server.plugins |
Contains the implementation for various Directory Server plugins.
|
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.types |
Contains implementations for a number of Directory Server data
types.
|
Modifier and Type | Class and Description |
---|---|
class |
IdleTimeLimitThread
This class defines a thread that will be used to terminate client
connections if they have been idle for too long.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.deregisterShutdownListener(ServerShutdownListener listener)
Deregisters the provided shutdown listener with the Directory Server.
|
static void |
DirectoryServer.registerShutdownListener(ServerShutdownListener listener)
Registers the provided shutdown listener with the Directory Server so that
it will be notified when the server shuts down.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskSpaceMonitor
This class provides an application-wide disk space monitoring service.
|
Modifier and Type | Class and Description |
---|---|
class |
ReferentialIntegrityPlugin
This class implements a Directory Server post operation plugin that performs
Referential Integrity processing on successful delete and modify DN
operations.
|
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.
|
class |
LDAPRequestHandler
This class defines an LDAP request handler, which is associated with an LDAP
connection handler and is responsible for reading and decoding any requests
that LDAP clients may send to the server.
|
Modifier and Type | Class and Description |
---|---|
class |
LDAPReplicationDomain
This class implements the bulk part of the Directory Server side
of the replication code.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryConfig.deregisterShutdownListener(ServerShutdownListener listener)
Deregisters the provided shutdown listener with the Directory
Server.
|
static void |
DirectoryConfig.registerShutdownListener(ServerShutdownListener listener)
Registers the provided shutdown listener with the Directory
Server so that it will be notified when the server shuts down.
|
Copyright 2010-2017 ForgeRock AS.