Configuration Reference Home
OpenDJ Server - Certificate Mapper

Certificate Mapper

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.

Direct Subcomponents

The following Certificate Mappers are available in the server :

These Certificate Mappers inherit from the properties described below.

Relations To this Component

The following components have a direct AGGREGATION relation TO Certificate Mappers :

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled  None
↓ java-class

Basic Properties

enabled

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

java-class

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