org.opends.server.admin.std.client
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
 ManagedObjectDefinition<? extends SubjectEqualsDNCertificateMapperCfgClient,? extends SubjectEqualsDNCertificateMapperCfg> definition()
          Get the configuration definition associated with this Subject Equals DN Certificate Mapper.
 java.lang.String getJavaClass()
          Gets the "java-class" property.
 void setJavaClass(java.lang.String value)
          Sets the "java-class" property.
 
Methods inherited from interface org.opends.server.admin.std.client.CertificateMapperCfgClient
isEnabled, setEnabled
 
Methods inherited from interface org.opends.server.admin.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:
definition in interface CertificateMapperCfgClient
Specified by:
definition in interface ConfigurationClient
Returns:
Returns the configuration definition associated with this Subject Equals DN Certificate Mapper.

getJavaClass

java.lang.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:
getJavaClass in interface CertificateMapperCfgClient
Returns:
Returns the value of the "java-class" property.

setJavaClass

void setJavaClass(java.lang.String value)
                  throws IllegalPropertyValueException
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:
setJavaClass in interface CertificateMapperCfgClient
Parameters:
value - The value of the "java-class" property.
Throws:
IllegalPropertyValueException - If the new value is invalid.