public final class DigestMD5SASLMechanismHandlerCfgDefn extends ManagedObjectDefinition<DigestMD5SASLMechanismHandlerCfgClient,DigestMD5SASLMechanismHandlerCfg>
The DIGEST-MD5 SASL mechanism is used to perform all processing related to SASL DIGEST-MD5 authentication.
Modifier and Type | Class and Description |
---|---|
static class |
DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection
Defines the set of permissable values for the "quality-of-protection" 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 DigestMD5SASLMechanismHandlerCfgDefn getInstance()
public DigestMD5SASLMechanismHandlerCfgClient createClientConfiguration(ManagedObject<? extends DigestMD5SASLMechanismHandlerCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<DigestMD5SASLMechanismHandlerCfgClient,DigestMD5SASLMechanismHandlerCfg>
impl
- The managed object.public DigestMD5SASLMechanismHandlerCfg createServerConfiguration(ServerManagedObject<? extends DigestMD5SASLMechanismHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<DigestMD5SASLMechanismHandlerCfgClient,DigestMD5SASLMechanismHandlerCfg>
impl
- The server managed object.public Class<DigestMD5SASLMechanismHandlerCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<DigestMD5SASLMechanismHandlerCfgClient,DigestMD5SASLMechanismHandlerCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the SASL mechanism handler is enabled for use.
public AggregationPropertyDefinition<IdentityMapperCfgClient,IdentityMapperCfg> getIdentityMapperPropertyDefinition()
Specifies the name of the identity mapper that is to be used with this SASL mechanism handler to match the authentication or authorization ID included in the SASL bind request to the corresponding user in the directory.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
public EnumPropertyDefinition<DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection> getQualityOfProtectionPropertyDefinition()
The name of a property that specifies the quality of protection the server will support.
public StringPropertyDefinition getRealmPropertyDefinition()
Specifies the realms that is to be used by the server for DIGEST-MD5 authentication.
If this value is not provided, then the server defaults to use the fully qualified hostname of the machine.
public StringPropertyDefinition getServerFqdnPropertyDefinition()
Specifies the DNS-resolvable fully-qualified domain name for the server that is used when validating the digest-uri parameter during the authentication process.
If this configuration attribute is present, then the server expects that clients use a digest-uri equal to "ldap/" followed by the value of this attribute. For example, if the attribute has a value of "directory.example.com", then the server expects clients to use a digest-uri of "ldap/directory.example.com". If no value is provided, then the server does not attempt to validate the digest-uri provided by the client and accepts any value.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.