Interface SubjectEqualsDnCertificateMapperCfgClient
- All Superinterfaces:
CertificateMapperCfgClient,ConfigurationClient
A client-side interface for reading and modifying Subject Equals DN
Certificate Mapper settings.
The Subject Equals DN Certificate Mapper maps client certificates to user entries based on the assumption that the certificate subject is the same as the DN of the target user entry.
-
Method Summary
Modifier and TypeMethodDescriptionManagedObjectDefinition<? extends SubjectEqualsDnCertificateMapperCfgClient,? extends SubjectEqualsDnCertificateMapperCfg> Get the configuration definition associated with this Subject Equals DN Certificate Mapper.Gets the "java-class" property.voidsetJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.Methods inherited from interface org.forgerock.opendj.server.config.client.CertificateMapperCfgClient
getIssuerAttribute, isEnabled, setEnabled, setIssuerAttributeMethods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, properties
-
Method Details
-
definition
ManagedObjectDefinition<? extends SubjectEqualsDnCertificateMapperCfgClient,? extends SubjectEqualsDnCertificateMapperCfg> definition()Get the configuration definition associated with this Subject Equals DN Certificate Mapper.- Specified by:
definitionin interfaceCertificateMapperCfgClient- Specified by:
definitionin interfaceConfigurationClient- Returns:
- Returns the configuration definition associated with this Subject Equals DN Certificate Mapper.
-
getJavaClass
Gets the "java-class" property.Specifies the fully-qualified name of the Java class that provides the Subject Equals DN Certificate Mapper implementation.
Default value:
org.opends.server.extensions.SubjectEqualsDNCertificateMapper- Specified by:
getJavaClassin interfaceCertificateMapperCfgClient- Returns:
- Returns the value of the "java-class" property.
-
setJavaClass
Sets the "java-class" property.Specifies the fully-qualified name of the Java class that provides the Subject Equals DN Certificate Mapper implementation.
- Specified by:
setJavaClassin interfaceCertificateMapperCfgClient- Parameters:
value- The value of the "java-class" property.- Throws:
PropertyException- If the new value is invalid.
-