Uses of Class
org.opends.server.api.plugin.InternalDirectoryServerPlugin
-
Packages that use InternalDirectoryServerPlugin Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.crypto This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document.org.opends.server.replication.plugin 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.core Modifier and Type Class Description class
AuthenticatedUsers
This class provides a data structure which maps an authenticated user DN to the set of client connections authenticated as that user.class
GroupManager
This class provides a mechanism for interacting with all groups defined in the Directory Server.class
SubentryManager
This class provides a mechanism for interacting with subentries defined in the Directory Server.Methods in org.opends.server.core with parameters of type InternalDirectoryServerPlugin Modifier and Type Method Description void
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
Subclasses of InternalDirectoryServerPlugin in org.opends.server.crypto Modifier and Type Class Description class
CryptoManagerSync
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
Subclasses of InternalDirectoryServerPlugin in org.opends.server.replication.plugin Modifier and Type Class Description static class
MultimasterReplication.CleanStaleHistoricalMetadataPlugin
If replication is configured and then unconfigured, we need to remove replication metadata from entries being updated to avoid OPENDJ-6235.
-