|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FingerprintCertificateMapperCfg
A server-side interface for querying 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 | |
---|---|
void |
addFingerprintChangeListener(ConfigurationChangeListener<FingerprintCertificateMapperCfg> listener)
Register to be notified when this Fingerprint Certificate Mapper is changed. |
java.lang.Class<? extends FingerprintCertificateMapperCfg> |
configurationClass()
Gets the configuration class 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 |
removeFingerprintChangeListener(ConfigurationChangeListener<FingerprintCertificateMapperCfg> listener)
Deregister an existing Fingerprint Certificate Mapper configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.CertificateMapperCfg |
---|
addChangeListener, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends FingerprintCertificateMapperCfg> configurationClass()
configurationClass
in interface CertificateMapperCfg
configurationClass
in interface Configuration
void addFingerprintChangeListener(ConfigurationChangeListener<FingerprintCertificateMapperCfg> listener)
listener
- The Fingerprint Certificate Mapper configuration change listener.void removeFingerprintChangeListener(ConfigurationChangeListener<FingerprintCertificateMapperCfg> listener)
listener
- The Fingerprint Certificate Mapper configuration change listener.FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm getFingerprintAlgorithm()
Specifies the name of the digest algorithm to compute the fingerprint of client certificates.
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.
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Fingerprint Certificate Mapper implementation.
getJavaClass
in interface CertificateMapperCfg
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |