Uses of Class
org.opends.server.api.plugin.InternalDirectoryServerPlugin
Packages that use 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
Subclasses of InternalDirectoryServerPlugin in org.opends.server.coreModifier and TypeClassDescriptionfinal classThis class provides a data structure which maps an authenticated user DN to the set of client connections authenticated as that user.final classThis class provides a mechanism for interacting with all groups defined in the Directory Server.final classThis class provides a mechanism for interacting with subentries defined in the Directory Server.Methods in org.opends.server.core with parameters of type InternalDirectoryServerPluginModifier and TypeMethodDescriptionvoidDirectoryServer.deregisterInternalPlugin(InternalDirectoryServerPlugin plugin) voidServerContext.deregisterInternalPlugin(InternalDirectoryServerPlugin plugin) Deregisters the provided internal plugin with the Directory Server.voidDirectoryServer.registerInternalPlugin(InternalDirectoryServerPlugin plugin) voidServerContext.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
Subclasses of InternalDirectoryServerPlugin in org.opends.server.cryptoModifier and TypeClassDescriptionfinal classThis 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
Subclasses of InternalDirectoryServerPlugin in org.opends.server.replication.pluginModifier and TypeClassDescriptionstatic final classIf replication is configured and then unconfigured, we need to remove replication metadata from entries being updated to avoid OPENDJ-6235.