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.
ds-cfg-plugin
top
Indicates whether the
plug-in is enabled for use.
ds-cfg-enabled
Specifies the fully-qualified name of the Java class that provides the
plug-in implementation.
org.opends.server.api.plugin.DirectoryServerPlugin
ds-cfg-java-class
Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is 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 at the end of an LDIF import session.
Invoked at the beginning of an LDIF import session.
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 after completing post-synchronization processing for
an add operation.
Invoked after completing post-synchronization processing for
a delete operation.
Invoked after completing post-synchronization processing for
a modify operation.
Invoked after completing post-synchronization processing for
a modify DN operation.
Invoked before sending a search result entry to the client.
Invoked before sending a search result reference to the
client.
Invoked in the course of moving or renaming an entry
subordinate to the target of a modify DN operation.
Invoked in the course of deleting a subordinate
entry of a delete operation.
Invoked before sending an intermediate repsonse message to
the client.
ds-cfg-plugin-type
Indicates whether the plug-in should be invoked for internal
operations.
Any plug-in that can be invoked for internal operations
must ensure that it does not create any new
internal operatons that can cause the same plug-in to be
re-invoked.
true
ds-cfg-invoke-for-internal-operations