Package org.opends.server.plugins


package org.opends.server.plugins
Contains the implementation for various Directory Server plugins. This package is primarily intended for plugins that come with the Directory Server itself. It is assumed that plugins developed by customers and other third parties may decide to use their own package structure, although there is no technical reason that it would not work for them to be placed in this package.
  • Classes
    Class
    Description
    The attribute cleanup plugin implementation class.
    This class implements a Directory Server plugin that will add the replication CSN to a response whenever the CSN control is received.
    The control used by this plugin.
    This class implements a Directory Server plugin that will add an "entity tag" or "Etag" attribute to an entry whenever it is added, modified or imported.
    This class implements a Directory Server plugin that will add the entryUUID attribute to an entry whenever it is added or imported as per RFC 4530.
    DirectoryServerPlugin responsible for pushing monitoring data to a Graphite server.
    This class implements a Directory Server plugin that will add the creatorsName and createTimestamp attributes to an entry whenever it is added to the server, and will add the modifiersName and modifyTimestamp attributes whenever the entry is modified or renamed.
    This pre-parse plugin modifies the operation to allow an object class identifier to be specified in attributes lists, such as in Search requests, to request the return all attributes belonging to an object class as per the specification in RFC 4529.
    This class implements a Directory Server plugin that performs various password policy processing during an LDIF import.
    This class implements a Directory Server post operation plugin that performs Referential Integrity processing on successful delete and modify DN operations.
    The Samba password synchronization plugin implementation class.
    This class implements a Directory Server plugin that can be used to ensure that the values for a specified set of attributes (optionally, below a specified set of base DNs) are 7-bit clean (i.e., contain only ASCII characters).
    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).