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.
-
Class Summary Class Description AttributeCleanupPlugin The attribute cleanup plugin implementation class.ChangeNumberControlPlugin This class implements a Directory Server plugin that will add the replication CSN to a response whenever the CSN control is received.ChangeNumberControlPlugin.ChangeNumberResponseControl The control used by this plugin.EntityTagPlugin 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.EntryUUIDPlugin 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.GraphiteMonitorReporterPlugin DirectoryServerPlugin
responsible for pushing monitoring data to a Graphite server.LastModPlugin 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.LDAPADListPlugin 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.PasswordPolicyImportPlugin This class implements a Directory Server plugin that performs various password policy processing during an LDIF import.ReferentialIntegrityPlugin This class implements a Directory Server post operation plugin that performs Referential Integrity processing on successful delete and modify DN operations.SambaPasswordPlugin The Samba password synchronization plugin implementation class.SevenBitCleanPlugin 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).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).