Class SubjectEqualsDNCertificateMapper

java.lang.Object
org.opends.server.api.CertificateMapper<SubjectEqualsDnCertificateMapperCfg>
org.opends.server.extensions.SubjectEqualsDNCertificateMapper
All Implemented Interfaces:
ConfigurationChangeListener<SubjectEqualsDnCertificateMapperCfg>

public final class SubjectEqualsDNCertificateMapper extends CertificateMapper<SubjectEqualsDnCertificateMapperCfg>
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.
  • Constructor Details

    • SubjectEqualsDNCertificateMapper

      public SubjectEqualsDNCertificateMapper()
      Creates a new instance of this certificate mapper. Note that all actual initialization should be done in the initializeCertificateMapper method.
  • Method Details