Uses of Class
org.opends.server.api.plugin.DirectoryServerPlugin
Package
Description
Defines the Directory Server plugin API.
Contains various classes that comprise the core of the Directory Server codebase.
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
Contains the implementation for various Directory Server plugins.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of DirectoryServerPlugin in org.opends.server.api.plugin
Modifier and TypeClassDescriptionclass
An internal directory server plugin which can be registered with the server without requiring any associated configuration. -
Uses of DirectoryServerPlugin in org.opends.server.core
Modifier and TypeClassDescriptionfinal class
This class provides a data structure which maps an authenticated user DN to the set of client connections authenticated as that user.final class
This class provides a mechanism for interacting with all groups defined in the Directory Server.final class
This class provides a mechanism for interacting with subentries defined in the Directory Server.Modifier and TypeMethodDescriptionPluginConfigManager.getRegisteredPlugin
(Dn pluginDN) Retrieves the plugin with the specified configuration entry DN. -
Uses of DirectoryServerPlugin in org.opends.server.crypto
Modifier and TypeClassDescriptionfinal class
This class defines an object that synchronizes secret-key entries from the admin data branch to the crypto manager secret-key cache. -
Uses of DirectoryServerPlugin in org.opends.server.plugins
Modifier and TypeClassDescriptionfinal class
The attribute cleanup plugin implementation class.final class
This class implements a Directory Server plugin that will add the replication CSN to a response whenever the CSN control is received.final class
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.final class
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.final class
DirectoryServerPlugin
responsible for pushing monitoring data to a Graphite server.final class
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.final class
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.final class
This class implements a Directory Server plugin that performs various password policy processing during an LDIF import.final class
This class implements a Directory Server post operation plugin that performs Referential Integrity processing on successful delete and modify DN operations.final class
The Samba password synchronization plugin implementation class.final 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).final class
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). -
Uses of DirectoryServerPlugin in org.opends.server.replication.plugin
Modifier and TypeClassDescriptionfinal class
This class implements a Directory Server plugin that is used in fractional replication to initialize a just configured fractional domain (when an online full update occurs or offline/online ldif import).static final class
If replication is configured and then unconfigured, we need to remove replication metadata from entries being updated to avoid OPENDJ-6235.