Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.authorization.dseecompat |
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
|
org.opends.server.config |
Contains code used to interact with the Directory Server configuration.
|
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 |
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.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.schema |
Contains implementations of various Directory Server schema elements.
|
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 | Method and Description |
---|---|
void |
AlertHandler.sendAlertNotification(AlertGenerator generator,
String alertType,
LocalizableMessage alertMessage)
Sends an alert notification based on the provided information.
|
Modifier and Type | Class and Description |
---|---|
class |
AciListenerManager
The AciListenerManager updates an ACI list after each modification operation.
|
Modifier and Type | Class and Description |
---|---|
class |
LDIFBackend
This class provides a backend implementation that stores the underlying data in an LDIF file.
|
class |
SchemaBackend
This class defines a backend to hold the Directory Server schema information.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskScheduler
This class defines a task scheduler for the Directory Server that will control the execution of scheduled tasks and
other administrative functions that need to occur on a regular basis.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationHandler
Responsible for managing configuration, including listeners on configuration entries.
|
Modifier and Type | Method and Description |
---|---|
List<AlertGenerator> |
JMXMBean.getAlertGenerators()
Retrieves the set of alert generators for this JMX MBean.
|
Modifier and Type | Method and Description |
---|---|
void |
JMXMBean.addAlertGenerator(AlertGenerator generator)
Adds the provided alert generator to the set of alert generators associated with this JMX MBean.
|
boolean |
JMXMBean.removeAlertGenerator(AlertGenerator generator)
Removes the provided alert generator from the set of alert generators associated with this JMX MBean.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessControlConfigManager
This class manages the application-wide access-control configuration.
|
class |
DirectoryServer
This class defines the core of the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.deregisterAlertGenerator(AlertGenerator alertGenerator)
Deregisters the provided alert generator with the Directory Server.
|
static void |
DirectoryServer.registerAlertGenerator(AlertGenerator alertGenerator)
Registers the provided alert generator with the Directory Server.
|
static void |
DirectoryServer.sendAlertNotification(AlertGenerator generator,
Severity severity,
String alertType,
LocalizableMessage alertMessage)
Sends an alert notification with the provided information.
|
static void |
DirectoryServer.sendAlertNotification(AlertGenerator generator,
String alertType,
LocalizableMessage alertMessage)
Sends an alert notification with the provided information.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskSpaceMonitor
This class provides an application-wide disk space monitoring service.
|
Modifier and Type | Method and Description |
---|---|
void |
SMTPAlertHandler.sendAlertNotification(AlertGenerator generator,
String alertType,
LocalizableMessage alertMessage) |
void |
JMXAlertHandler.sendAlertNotification(AlertGenerator generator,
String alertType,
LocalizableMessage alertMessage) |
Modifier and Type | Class and Description |
---|---|
class |
UniqueAttributePlugin
This class implements a Directory Server plugin that can be used to ensure that all values for a given attribute or
set of attributes are unique within the server (or optionally, below a specified set of base DNs).
|
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 |
LDAPConnectionHandler
This class defines a connection handler that will be used for communicating with clients over LDAP.
|
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 |
---|---|
void |
SchemaHandler.importEntry(Entry newSchemaEntry,
AlertGenerator alertGenerator)
Imports the provided schema entry in the schema.
|
void |
SchemaHandler.updateSchemaAndSchemaFiles(Schema newSchema,
Map<String,Attribute> newExtraAttributes,
SortedSet<String> modifiedSchemaFileNames,
AlertGenerator alertGenerator)
Replaces the schema with the provided schema and updates the provided set of schema files.
|
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.