|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FingerprintCertificateMapperCfgClient
A client-side interface for reading and modifying Fingerprint Certificate Mapper settings.
The Fingerprint Certificate Mapper maps client certificates to user entries by looking for the MD5 or SHA1 fingerprint in a specified attribute of user entries.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends FingerprintCertificateMapperCfgClient,? extends FingerprintCertificateMapperCfg> |
definition()
Get the configuration definition associated with this Fingerprint Certificate Mapper. |
FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm |
getFingerprintAlgorithm()
Gets the "fingerprint-algorithm" property. |
AttributeType |
getFingerprintAttribute()
Gets the "fingerprint-attribute" property. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.util.SortedSet<DN> |
getUserBaseDN()
Gets the "user-base-dn" property. |
void |
setFingerprintAlgorithm(FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm value)
Sets the "fingerprint-algorithm" property. |
void |
setFingerprintAttribute(AttributeType value)
Sets the "fingerprint-attribute" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" 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 FingerprintCertificateMapperCfgClient,? extends FingerprintCertificateMapperCfg> definition()
definition
in interface CertificateMapperCfgClient
definition
in interface ConfigurationClient
FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm getFingerprintAlgorithm()
Specifies the name of the digest algorithm to compute the fingerprint of client certificates.
void setFingerprintAlgorithm(FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm value) throws IllegalPropertyValueException
Specifies the name of the digest algorithm to compute the fingerprint of client certificates.
value
- The value of the "fingerprint-algorithm" property.
IllegalPropertyValueException
- If the new value is invalid.AttributeType getFingerprintAttribute()
Specifies the attribute in which to look for the fingerprint.
Values of the fingerprint attribute should exactly match the MD5 or SHA1 representation of the certificate fingerprint.
void setFingerprintAttribute(AttributeType value) throws IllegalPropertyValueException
Specifies the attribute in which to look for the fingerprint.
Values of the fingerprint attribute should exactly match the MD5 or SHA1 representation of the certificate fingerprint.
value
- The value of the "fingerprint-attribute" property.
IllegalPropertyValueException
- If the new value is invalid.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Fingerprint 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 Fingerprint Certificate Mapper implementation.
setJavaClass
in interface CertificateMapperCfgClient
value
- The value of the "java-class" property.
IllegalPropertyValueException
- If the new value is invalid.java.util.SortedSet<DN> getUserBaseDN()
Specifies the set of base DNs below which to search for users.
The base DNs are used when performing searches to map the client certificates to a user entry.
void setUserBaseDN(java.util.Collection<DN> values) throws IllegalPropertyValueException
Specifies the set of base DNs below which to search for users.
The base DNs are used when performing searches to map the client certificates 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 |