Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
Modifier and Type | Method and Description |
---|---|
TrustManagerProvider<?> |
TrustManagerProviderConfigManager.getTrustManagerProvider(Dn dn)
Retrieves the trust manager provider registered with the provided entry DN.
|
TrustManagerProvider<?> |
ServerContext.getTrustManagerProvider(Dn trustManagerProviderDN)
Returns the trust manager provider matching the provided DN.
|
static TrustManagerProvider<?> |
DirectoryServer.getTrustManagerProvider(Dn providerDn)
Retrieves the trust manager provider registered with the provided entry DN.
|
Modifier and Type | Class and Description |
---|---|
class |
BlindTrustManagerProvider
This class provides an implementation of a trust manager provider that will indicate that any certificate presented
should be blindly trusted by the Directory Server.
|
class |
FileBasedTrustManagerProvider
This class defines a trust manager provider that will reference certificates stored in a file located on the
Directory Server filesystem.
|
class |
JvmTrustManagerProvider
Represents a
TrustManagerProvider which use the JVM truststore. |
class |
LDAPTrustManagerProvider
This class defines a trust manager provider that will reference certificates stored in an LDAP backend.
|
class |
Pkcs11TrustManagerProvider
Define a trust manager provider that will access certificates stored on a PKCS#11 device.
|
Copyright 2010-2022 ForgeRock AS.