Uses of Class
org.opends.server.api.CertificateMapper
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 CertificateMapper in org.opends.server.core
Modifier and TypeMethodDescriptionDirectoryServer.getCertificateMapper
(Dn mapperDN) ServerContext.getCertificateMapper
(Dn mapperDN) Retrieves the certificate mapper registered with the provided entry DN.Modifier and TypeMethodDescriptionvoid
DirectoryServer.registerCertificateMapper
(Dn mapperDN, CertificateMapper<?> mapper) void
ServerContext.registerCertificateMapper
(Dn mapperDN, CertificateMapper<?> mapper) Registers the provided certificate mapper with the Directory Server. -
Uses of CertificateMapper in org.opends.server.extensions
Modifier and TypeClassDescriptionfinal class
This class implements a very simple Directory Server certificate mapper that will map a certificate to a user only if that user's entry contains an attribute with the fingerprint of the client certificate.final class
This class implements a very simple Directory Server certificate mapper that will map a certificate to a user based on attributes contained in both the certificate subject and the user's entry.final class
This class implements a very simple Directory Server certificate mapper that will map a certificate to a user only if that user's entry contains an attribute with the subject of the client certificate.final class
This class implements a very simple Directory Server certificate mapper that will map a certificate to a user only if the subject of the peer certificate exactly matches the DN of a user in the Directory Server.