|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubjectDNToUserAttributeCertificateMapperCfgClient
A client-side interface for reading and modifying Subject DN To User Attribute Certificate Mapper settings.
The Subject DN To User Attribute Certificate Mapper maps client certificates to user entries by looking for the certificate subject DN in a specified attribute of user entries.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends SubjectDNToUserAttributeCertificateMapperCfgClient,? extends SubjectDNToUserAttributeCertificateMapperCfg> |
definition()
Get the configuration definition associated with this Subject DN To User Attribute Certificate Mapper. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
AttributeType |
getSubjectAttribute()
Gets the "subject-attribute" property. |
java.util.SortedSet<DN> |
getUserBaseDN()
Gets the "user-base-dn" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setSubjectAttribute(AttributeType value)
Sets the "subject-attribute" property. |
void |
setUserBaseDN(java.util.Collection<DN> values)
Sets the "user-base-dn" 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 |
---|
ManagedObjectDefinition<? extends SubjectDNToUserAttributeCertificateMapperCfgClient,? extends SubjectDNToUserAttributeCertificateMapperCfg> definition()
definition
in interface CertificateMapperCfgClient
definition
in interface ConfigurationClient
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Subject DN To User Attribute Certificate Mapper implementation.
getJavaClass
in interface CertificateMapperCfgClient
void setJavaClass(java.lang.String value) throws IllegalPropertyValueException
Specifies the fully-qualified name of the Java class that provides the Subject DN To User Attribute Certificate Mapper implementation.
setJavaClass
in interface CertificateMapperCfgClient
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.AttributeType getSubjectAttribute()
Specifies the name or OID of the attribute whose value should exactly match the certificate subject DN.
void setSubjectAttribute(AttributeType value) throws IllegalPropertyValueException
Specifies the name or OID of the attribute whose value should exactly match the certificate subject DN.
value
- The value of the "subject-attribute" property.
IllegalPropertyValueException
- If the new value is invalid.java.util.SortedSet<DN> getUserBaseDN()
Specifies the base DNs that should be used when performing searches to map the client certificate to a user entry.
void setUserBaseDN(java.util.Collection<DN> values) throws IllegalPropertyValueException
Specifies the base DNs that should be used when performing searches to map the client certificate to a user entry.
values
- The values of the "user-base-dn" property.
IllegalPropertyValueException
- If one or more of the new values are invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |