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
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-2017 ForgeRock AS.