provide a mechanism for executing custom code at specified points in
operation processing and in the course of other events like connection
establishment and termination, server startup and shutdown, and LDIF import
and export.
1.3.6.1.4.1.26027.1.2.37
ds-cfg-plugin
top
Indicate whether the
is enabled for use.
1.3.6.1.4.1.26027.1.1.80
ds-cfg-plugin-enabled
The fully-qualified name of the Java class that provides the
implementation.
org.opends.server.api.plugin.DirectoryServerPlugin
1.3.6.1.4.1.26027.1.1.79
ds-cfg-plugin-class
The plugin types, which define the conditions under which this plugin
should be invoked.
Invoked during the Directory Server startup process.
Invoked during a graceful Directory Server shutdown.
Invoked whenever a new connection is established to the server.
Invoked whenever an existing connection is terminated (by either
the client or the server).
Invoked for each entry read during an LDIF import.
Invoked for each operation to be written during an LDIF export.
Invoked prior to parsing an abandon request.
Invoked prior to parsing an add request.
Invoked prior to parsing a bind request.
Invoked prior to parsing a compare request.
Invoked prior to parsing a delete request.
Invoked prior to parsing an extended request.
Invoked prior to parsing a modify request.
Invoked prior to parsing a modify DN request.
Invoked prior to parsing a search request.
Invoked prior to parsing an unbind request.
Invoked prior to performing the core add processing.
Invoked prior to performing the core bind processing.
Invoked prior to performing the core compare processing.
Invoked prior to performing the core delete processing.
Invoked prior to performing the core extended processing.
Invoked prior to performing the core modify processing.
Invoked prior to performing the core modify DN processing.
Invoked prior to performing the core search processing.
Invoked after completing the abandon processing.
Invoked after completing the core add processing but before sending
the response to the client.
Invoked after completing the core bind processing but before
sending the response to the client.
Invoked after completing the core compare processing but before
sending the response to the client.
Invoked after completing the core delete processing but before
sending the response to the client.
Invoked after completing the core extended processing but before
sending the response to the client.
Invoked after completing the core modify processing but before
sending the response to the client.
Invoked after completing the core modify DN processing but before
sending the response to the client.
Invoked after completing the core search processing but before
sending the response to the client.
Invoked after completing the unbind processing.
Invoked after sending the add response to the client.
Invoked after sending the bind response to the client.
Invoked after sending the compare response to the client.
Invoked after sending the delete response to the client.
Invoked after sending the extended response to the client.
Invoked after sending the modify response to the client.
Invoked after sending the modify DN response to the client.
Invoked after sending the search result done message to the client.
Invoked before sending a search result entry to the client.
Invoked before sending a search result reference to the client.
Invoked before sending an intermediate repsonse message to the
client.
1.3.6.1.4.1.26027.1.1.81
ds-cfg-plugin-type