public interface AnonymousSaslMechanismHandlerCfg extends SaslMechanismHandlerCfg
The ANONYMOUS SASL mechanism provides the ability for clients to perform an anonymous bind using a SASL mechanism.
Modifier and Type | Method and Description |
---|---|
void |
addAnonymousChangeListener(ConfigurationChangeListener<AnonymousSaslMechanismHandlerCfg> listener)
Register to be notified when this Anonymous SASL Mechanism Handler is changed.
|
Class<? extends AnonymousSaslMechanismHandlerCfg> |
configurationClass()
Gets the configuration class associated with this Anonymous SASL Mechanism Handler.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeAnonymousChangeListener(ConfigurationChangeListener<AnonymousSaslMechanismHandlerCfg> listener)
Deregister an existing Anonymous SASL Mechanism Handler configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn, name
Class<? extends AnonymousSaslMechanismHandlerCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface SaslMechanismHandlerCfg
void addAnonymousChangeListener(ConfigurationChangeListener<AnonymousSaslMechanismHandlerCfg> listener)
listener
- The Anonymous SASL Mechanism Handler configuration change listener.void removeAnonymousChangeListener(ConfigurationChangeListener<AnonymousSaslMechanismHandlerCfg> listener)
listener
- The Anonymous SASL Mechanism Handler configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
getJavaClass
in interface SaslMechanismHandlerCfg
Copyright 2010-2020 ForgeRock AS.