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.
getIssuerAttribute, isEnabled, setEnabled, setIssuerAttribute
commit, properties
ManagedObjectDefinition<? extends FingerprintCertificateMapperCfgClient,? extends FingerprintCertificateMapperCfg> definition()
definition
in interface CertificateMapperCfgClient
definition
in interface ConfigurationClient
ValueOrExpression<FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm> getFingerprintAlgorithm()
Specifies the name of the digest algorithm to compute the fingerprint of client certificates.
void setFingerprintAlgorithm(ValueOrExpression<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.ValueOrExpression<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(ValueOrExpression<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.ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Fingerprint Certificate Mapper implementation.
getJavaClass
in interface CertificateMapperCfgClient
void setJavaClass(ValueOrExpression<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<ValueOrExpression<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<ValueOrExpression<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-2018 ForgeRock AS.