public final class SubjectDNToUserAttributeCertificateMapperCfgDefn extends ManagedObjectDefinition<SubjectDNToUserAttributeCertificateMapperCfgClient,SubjectDNToUserAttributeCertificateMapperCfg>
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.
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
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 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.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.