public interface DigestMd5SaslMechanismHandlerCfg extends SaslMechanismHandlerCfg
The DIGEST-MD5 SASL mechanism is used to perform all processing related to SASL DIGEST-MD5 authentication.
Modifier and Type | Method and Description |
---|---|
void |
addDigestMd5ChangeListener(ConfigurationChangeListener<DigestMd5SaslMechanismHandlerCfg> listener)
Register to be notified when this DIGEST-MD5 SASL Mechanism Handler is changed.
|
Class<? extends DigestMd5SaslMechanismHandlerCfg> |
configurationClass()
Gets the configuration class associated with this DIGEST-MD5 SASL Mechanism Handler.
|
String |
getIdentityMapper()
Gets the "identity-mapper" property.
|
Dn |
getIdentityMapperDn()
Gets the "identity-mapper" property as a DN.
|
String |
getJavaClass()
Gets the "java-class" property.
|
DigestMd5SaslMechanismHandlerCfgDefn.QualityOfProtection |
getQualityOfProtection()
Gets the "quality-of-protection" property.
|
String |
getRealm()
Gets the "realm" property.
|
String |
getServerFqdn()
Gets the "server-fqdn" property.
|
void |
removeDigestMd5ChangeListener(ConfigurationChangeListener<DigestMd5SaslMechanismHandlerCfg> listener)
Deregister an existing DIGEST-MD5 SASL Mechanism Handler configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn, name
Class<? extends DigestMd5SaslMechanismHandlerCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface SaslMechanismHandlerCfg
void addDigestMd5ChangeListener(ConfigurationChangeListener<DigestMd5SaslMechanismHandlerCfg> listener)
listener
- The DIGEST-MD5 SASL Mechanism Handler configuration change listener.void removeDigestMd5ChangeListener(ConfigurationChangeListener<DigestMd5SaslMechanismHandlerCfg> listener)
listener
- The DIGEST-MD5 SASL Mechanism Handler configuration change listener.String getIdentityMapper()
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.
Dn getIdentityMapperDn()
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.
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
getJavaClass
in interface SaslMechanismHandlerCfg
DigestMd5SaslMechanismHandlerCfgDefn.QualityOfProtection getQualityOfProtection()
The name of a property that specifies the quality of protection the server will support.
String getRealm()
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.
String getServerFqdn()
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-2022 ForgeRock AS.