|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<FingerprintCertificateMapperCfgClient,FingerprintCertificateMapperCfg>
org.opends.server.admin.std.meta.FingerprintCertificateMapperCfgDefn
public final class FingerprintCertificateMapperCfgDefn
An interface for querying the Fingerprint Certificate Mapper managed object definition meta information.
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.
Nested Class Summary | |
---|---|
static class |
FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm
Defines the set of permissable values for the "fingerprint-algorithm" property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static FingerprintCertificateMapperCfgDefn getInstance()
public FingerprintCertificateMapperCfgClient createClientConfiguration(ManagedObject<? extends FingerprintCertificateMapperCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<FingerprintCertificateMapperCfgClient,FingerprintCertificateMapperCfg>
impl
- The managed object.
public FingerprintCertificateMapperCfg createServerConfiguration(ServerManagedObject<? extends FingerprintCertificateMapperCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<FingerprintCertificateMapperCfgClient,FingerprintCertificateMapperCfg>
impl
- The server managed object.
public java.lang.Class<FingerprintCertificateMapperCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<FingerprintCertificateMapperCfgClient,FingerprintCertificateMapperCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Fingerprint Certificate Mapper is enabled.
public EnumPropertyDefinition<FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm> getFingerprintAlgorithmPropertyDefinition()
Specifies the name of the digest algorithm to compute the fingerprint of client certificates.
public AttributeTypePropertyDefinition getFingerprintAttributePropertyDefinition()
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.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Fingerprint Certificate Mapper implementation.
public DNPropertyDefinition getUserBaseDNPropertyDefinition()
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 |