Uses of Class
org.opends.server.api.TrustManagerProvider
Package
Description
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of TrustManagerProvider in org.opends.server.core
Modifier and TypeMethodDescriptionDirectoryServer.getTrustManagerProvider
(Dn trustManagerProviderDN) ServerContext.getTrustManagerProvider
(Dn trustManagerProviderDN) Returns the trust manager provider matching the provided DN.TrustManagerProviderConfigManager.getTrustManagerProvider
(Dn dn) Retrieves the trust manager provider registered with the provided entry DN. -
Uses of TrustManagerProvider in org.opends.server.extensions
Modifier and TypeClassDescriptionfinal class
This class defines a trust manager provider that will reference certificates stored in an LDAP backend.final class
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.final class
This class defines a trust manager provider that will reference certificates stored in a file located on the Directory Server filesystem.final class
Represents aTrustManagerProvider
which use the JVM truststore.final class
This class defines a trust manager provider that will reference certificates stored in an LDAP backend.final class
ATrustManagerProvider
that reads trusted certificates from PEM files in a configured file system directory and automatically reacts to file modification, deletion or addition.final class
Define a trust manager provider that will access certificates stored on a PKCS#11 device.