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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.deregisterInternalPlugin(InternalDirectoryServerPlugin plugin)
Deregisters the provided internal plugin with the Directory Server.
|
static void |
DirectoryServer.registerInternalPlugin(InternalDirectoryServerPlugin plugin)
Registers the provided internal plugin with the Directory Server and ensures that it will be invoked in the
specified ways.
|
Modifier and Type | Class and Description |
---|---|
class |
CryptoManagerSync
This class defines an object that synchronizes certificates from the admin data branch into the trust store backend,
and synchronizes secret-key entries from the admin data branch to the crypto manager secret-key cache.
|
Modifier and Type | Class and 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.
|
Copyright 2010-2022 ForgeRock AS.