Interface SubjectEqualsDNCertificateMapperCfgClient
-
- All Superinterfaces:
CertificateMapperCfgClient,ConfigurationClient
public interface SubjectEqualsDNCertificateMapperCfgClient extends CertificateMapperCfgClient
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectDefinition<? extends SubjectEqualsDNCertificateMapperCfgClient,? extends SubjectEqualsDNCertificateMapperCfg>definition()Get the configuration definition associated with this Subject Equals DN Certificate Mapper.StringgetJavaClass()Gets the "java-class" property.voidsetJavaClass(String value)Sets the "java-class" property.-
Methods inherited from interface org.forgerock.opendj.server.config.client.CertificateMapperCfgClient
isEnabled, setEnabled
-
Methods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, properties
-
-
-
-
Method Detail
-
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
String getJavaClass()
Gets the "java-class" property.Specifies the fully-qualified name of the Java class that provides the Subject Equals DN Certificate Mapper implementation.
- Specified by:
getJavaClassin interfaceCertificateMapperCfgClient- Returns:
- Returns the value of the "java-class" property.
-
setJavaClass
void setJavaClass(String value) throws PropertyException
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.
-
-