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 classAuthenticatedUsersThis class provides a data structure which maps an authenticated user DN to the set of client connections authenticated as that user.classGroupManagerThis class provides a mechanism for interacting with all groups defined in the Directory Server.classSubentryManagerThis 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 voidDirectoryServer. 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.crypto Modifier and Type Class Description classCryptoManagerSyncThis 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 classMultimasterReplication.CleanStaleHistoricalMetadataPluginIf replication is configured and then unconfigured, we need to remove replication metadata from entries being updated to avoid OPENDJ-6235.
-