public interface FingerprintCertificateMapperCfgClient extends CertificateMapperCfgClient
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.
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getJavaClass()
Gets the "java-class" property.
|
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(String value)
Sets the "java-class" property.
|
void |
setUserBaseDN(Collection<DN> values)
Sets the "user-base-dn" property.
|
isEnabled, setEnabled
commit, properties
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 PropertyException
Specifies the name of the digest algorithm to compute the fingerprint of client certificates.
value
- The value of the "fingerprint-algorithm" property.PropertyException
- 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 PropertyException
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.PropertyException
- If the new value is invalid.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Fingerprint 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 Fingerprint Certificate Mapper implementation.
setJavaClass
in interface CertificateMapperCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.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(Collection<DN> values) throws PropertyException
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.PropertyException
- If one or more of the new values are invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.