public interface CramMd5SaslMechanismHandlerCfg extends SaslMechanismHandlerCfg
The CRAM-MD5 SASL mechanism provides the ability for clients to perform password-based authentication in a manner that does not expose their password in the clear.
Modifier and Type | Method and Description |
---|---|
void |
addCramMd5ChangeListener(ConfigurationChangeListener<CramMd5SaslMechanismHandlerCfg> listener)
Register to be notified when this CRAM-MD5 SASL Mechanism Handler is changed.
|
Class<? extends CramMd5SaslMechanismHandlerCfg> |
configurationClass()
Gets the configuration class associated with this CRAM-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.
|
void |
removeCramMd5ChangeListener(ConfigurationChangeListener<CramMd5SaslMechanismHandlerCfg> listener)
Deregister an existing CRAM-MD5 SASL Mechanism Handler configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn, name
Class<? extends CramMd5SaslMechanismHandlerCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface SaslMechanismHandlerCfg
void addCramMd5ChangeListener(ConfigurationChangeListener<CramMd5SaslMechanismHandlerCfg> listener)
listener
- The CRAM-MD5 SASL Mechanism Handler configuration change listener.void removeCramMd5ChangeListener(ConfigurationChangeListener<CramMd5SaslMechanismHandlerCfg> listener)
listener
- The CRAM-MD5 SASL Mechanism Handler configuration change listener.String getIdentityMapper()
Specifies the name of the identity mapper used with this SASL mechanism handler to match the authentication ID included in the SASL bind request to the corresponding user in the directory.
Dn getIdentityMapperDn()
Specifies the name of the identity mapper used with this SASL mechanism handler to match the authentication 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
Copyright 2010-2022 ForgeRock AS.