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.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends SubjectEqualsDNCertificateMapperCfgClient,? extends SubjectEqualsDNCertificateMapperCfg> definition()
definition
in interface CertificateMapperCfgClient
definition
in interface ConfigurationClient
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(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-2016 ForgeRock AS. All Rights Reserved.