public interface SubjectEqualsDnCertificateMapperCfgClient extends CertificateMapperCfgClient
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.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends SubjectEqualsDnCertificateMapperCfgClient,? extends SubjectEqualsDnCertificateMapperCfg> |
definition()
Get the configuration definition associated with this Subject Equals DN Certificate Mapper.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
getIssuerAttribute, isEnabled, setEnabled, setIssuerAttribute
commit, properties
ManagedObjectDefinition<? extends SubjectEqualsDnCertificateMapperCfgClient,? extends SubjectEqualsDnCertificateMapperCfg> definition()
definition
in interface CertificateMapperCfgClient
definition
in interface ConfigurationClient
ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Subject Equals DN Certificate Mapper implementation.
getJavaClass
in interface CertificateMapperCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Subject Equals DN Certificate Mapper implementation.
setJavaClass
in interface CertificateMapperCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.