Note: this is an abstract component, that cannot be instantiated.
Certificate Mappers are responsible for establishing a mapping between a client certificate and the entry for the user that corresponds to that certificate.
The following Certificate Mappers are available in the server :
These Certificate Mappers inherit from the properties described below.
The following components have a direct AGGREGATION relation TO Certificate Mappers :
This page describes the Certificate Mapper:
A description of each property follows.
Basic Properties: | Advanced Properties: |
---|---|
↓ enabled | None |
↓ java-class |
Description | Indicates whether the Certificate Mapper is enabled. |
Default Value | None |
Allowed Values | true false |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Specifies the fully-qualified name of the Java class that provides the Certificate Mapper implementation. |
Default Value | None |
Allowed Values | A java class that implements or extends the class(es) : org.opends.server.api.CertificateMapper |
Multi-valued | No |
Required | Yes |
Admin Action Required | The Certificate Mapper must be disabled and re-enabled for changes to this setting to take effect |
Advanced Property | No |
Read-only | No |
Each configuration property can be mapped to a specific LDAP attribute under the "cn=config" entry. The mappings that follow are provided for information only. In general, you should avoid changing the server configuration by manipulating the LDAP attributes directly.
Base DN | cn=Certificate Mappers,cn=config |
objectclass name | ds-cfg-certificate-mapper |
objectclass superior | top |
Property | LDAP attribute |
enabled | ds-cfg-enabled |
java-class | ds-cfg-java-class |