|
|||||||||
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<SubjectDNToUserAttributeCertificateMapperCfgClient,SubjectDNToUserAttributeCertificateMapperCfg>
org.opends.server.admin.std.meta.SubjectDNToUserAttributeCertificateMapperCfgDefn
public final class SubjectDNToUserAttributeCertificateMapperCfgDefn
An interface for querying the Subject DN To User Attribute Certificate Mapper managed object definition meta information.
The Subject DN To User Attribute Certificate Mapper maps client certificates to user entries by looking for the certificate subject DN in a specified attribute of user entries.
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static SubjectDNToUserAttributeCertificateMapperCfgDefn getInstance()
public SubjectDNToUserAttributeCertificateMapperCfgClient createClientConfiguration(ManagedObject<? extends SubjectDNToUserAttributeCertificateMapperCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<SubjectDNToUserAttributeCertificateMapperCfgClient,SubjectDNToUserAttributeCertificateMapperCfg>
impl
- The managed object.
public SubjectDNToUserAttributeCertificateMapperCfg createServerConfiguration(ServerManagedObject<? extends SubjectDNToUserAttributeCertificateMapperCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<SubjectDNToUserAttributeCertificateMapperCfgClient,SubjectDNToUserAttributeCertificateMapperCfg>
impl
- The server managed object.
public java.lang.Class<SubjectDNToUserAttributeCertificateMapperCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<SubjectDNToUserAttributeCertificateMapperCfgClient,SubjectDNToUserAttributeCertificateMapperCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Subject DN To User Attribute Certificate Mapper is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Subject DN To User Attribute Certificate Mapper implementation.
public AttributeTypePropertyDefinition getSubjectAttributePropertyDefinition()
Specifies the name or OID of the attribute whose value should exactly match the certificate subject DN.
public DNPropertyDefinition getUserBaseDNPropertyDefinition()
Specifies the base DNs that should be used when performing searches to map the client certificate to a user entry.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |