Class SubjectAttributeToUserAttributeCertificateMapper

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

public final class SubjectAttributeToUserAttributeCertificateMapper extends CertificateMapper<SubjectAttributeToUserAttributeCertificateMapperCfg>
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. The configuration may include mappings from certificate attributes to attributes in user entries, and all of those certificate attributes that are present in the subject will be used to search for matching user entries.