Uses of Class
org.opends.server.api.plugin.InternalDirectoryServerPlugin
Package
Description
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.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of InternalDirectoryServerPlugin 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 TypeMethodDescriptionvoid
DirectoryServer.deregisterInternalPlugin
(InternalDirectoryServerPlugin plugin) void
ServerContext.deregisterInternalPlugin
(InternalDirectoryServerPlugin plugin) Deregisters the provided internal plugin with the Directory Server.void
DirectoryServer.registerInternalPlugin
(InternalDirectoryServerPlugin plugin) void
ServerContext.registerInternalPlugin
(InternalDirectoryServerPlugin plugin) Registers the provided internal plugin with the Directory Server and ensures that it will be invoked in the specified ways. -
Uses of InternalDirectoryServerPlugin 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 InternalDirectoryServerPlugin in org.opends.server.replication.plugin
Modifier and TypeClassDescriptionstatic final class
If replication is configured and then unconfigured, we need to remove replication metadata from entries being updated to avoid OPENDJ-6235.