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)
createClientConfiguration
in class ManagedObjectDefinition<ExternalSASLMechanismHandlerCfgClient,ExternalSASLMechanismHandlerCfg>
impl
- The managed object.public ExternalSASLMechanismHandlerCfg createServerConfiguration(ServerManagedObject<? extends ExternalSASLMechanismHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<ExternalSASLMechanismHandlerCfgClient,ExternalSASLMechanismHandlerCfg>
impl
- The server managed object.public Class<ExternalSASLMechanismHandlerCfg> getServerConfigurationClass()
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-2016 ForgeRock AS. All Rights Reserved.