public final class ExternalSaslMechanismHandlerCfgDefn extends ManagedObjectDefinition<ExternalSaslMechanismHandlerCfgClient,ExternalSaslMechanismHandlerCfg>
The External SASL Mechanism Handler performs all processing related to SASL EXTERNAL authentication.
Modifier and Type | Class and Description |
---|---|
static class |
ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy
Defines the set of permissable values for the "certificate-validation-policy" property.
|
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 ExternalSaslMechanismHandlerCfgDefn getInstance()
public ExternalSaslMechanismHandlerCfgClient createClientConfiguration(ManagedObject<? extends ExternalSaslMechanismHandlerCfgClient> impl)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<ExternalSaslMechanismHandlerCfgClient,ExternalSaslMechanismHandlerCfg>
impl
- The managed object.public ExternalSaslMechanismHandlerCfg createServerConfiguration(ServerManagedObject<? extends ExternalSaslMechanismHandlerCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<ExternalSaslMechanismHandlerCfgClient,ExternalSaslMechanismHandlerCfg>
impl
- The server managed object.public Class<ExternalSaslMechanismHandlerCfg> getServerConfigurationClass()
ManagedObjectDefinition
getServerConfigurationClass
in class ManagedObjectDefinition<ExternalSaslMechanismHandlerCfgClient,ExternalSaslMechanismHandlerCfg>
public AttributeTypePropertyDefinition getCertificateAttributePropertyDefinition()
Specifies the name of the attribute to hold user certificates.
This property must specify the name of a valid attribute type defined in the server schema.
public AggregationPropertyDefinition<CertificateMapperCfgClient,CertificateMapperCfg> getCertificateMapperPropertyDefinition()
Specifies the name of the certificate mapper that should be used to match client certificates to user entries.
public EnumPropertyDefinition<ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy> getCertificateValidationPolicyPropertyDefinition()
Indicates whether to attempt to validate the peer certificate against a certificate held in the user's entry.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the SASL mechanism handler is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
Copyright 2010-2020 ForgeRock AS.