Uses of Class
org.opends.server.api.TrustManagerProvider
Packages that use 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
Methods in org.opends.server.core that return TrustManagerProviderModifier 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
Subclasses of TrustManagerProvider in org.opends.server.extensionsModifier and TypeClassDescriptionfinal classThis class defines a trust manager provider that will reference certificates stored in an LDAP backend.final classThis 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 classThis class defines a trust manager provider that will reference certificates stored in a file located on the Directory Server filesystem.final classRepresents aTrustManagerProviderwhich use the JVM truststore.final classThis class defines a trust manager provider that will reference certificates stored in an LDAP backend.final classATrustManagerProviderthat reads trusted certificates from PEM files in a configured file system directory and automatically reacts to file modification, deletion or addition.final classDefine a trust manager provider that will access certificates stored on a PKCS#11 device.