Uses of Class
org.opends.server.api.TrustManagerProvider
-
Packages that use TrustManagerProvider 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. -
-
Uses of TrustManagerProvider in org.opends.server.core
Methods in org.opends.server.core that return TrustManagerProvider Modifier and Type Method Description TrustManagerProvider<?>DirectoryServer. getTrustManagerProvider(Dn trustManagerProviderDN)TrustManagerProvider<?>ServerContext. getTrustManagerProvider(Dn trustManagerProviderDN)Returns the trust manager provider matching the provided DN.TrustManagerProvider<?>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.extensions Modifier and Type Class Description classAdminDataTrustManagerProviderThis class defines a trust manager provider that will reference certificates stored in an LDAP backend.classBlindTrustManagerProviderThis class provides an implementation of a trust manager provider that will indicate that any certificate presented should be blindly trusted by the Directory Server.classFileBasedTrustManagerProviderThis class defines a trust manager provider that will reference certificates stored in a file located on the Directory Server filesystem.classJvmTrustManagerProviderRepresents aTrustManagerProviderwhich use the JVM truststore.classLDAPTrustManagerProviderThis class defines a trust manager provider that will reference certificates stored in an LDAP backend.classPemTrustManagerProviderATrustManagerProviderthat reads trusted certificates from PEM files in a configured file system directory and automatically reacts to file modification, deletion or addition.classPkcs11TrustManagerProviderDefine a trust manager provider that will access certificates stored on a PKCS#11 device.
-