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 :
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 |