Interface AnonymousSaslMechanismHandlerCfg
- All Superinterfaces:
Configuration, SaslMechanismHandlerCfg
A server-side interface for querying Anonymous SASL Mechanism
Handler settings.
The ANONYMOUS SASL mechanism provides the ability for clients to perform an anonymous bind using a SASL mechanism.
-
Method Summary
Modifier and TypeMethodDescriptionvoidRegister to be notified when this Anonymous SASL Mechanism Handler is changed.Class<? extends AnonymousSaslMechanismHandlerCfg> Gets the configuration class associated with this Anonymous SASL Mechanism Handler.Gets the "java-class" property.voidremoveAnonymousChangeListener(ConfigurationChangeListener<AnonymousSaslMechanismHandlerCfg> listener) Deregister an existing Anonymous SASL Mechanism Handler configuration change listener.Methods inherited from interface Configuration
dn, nameMethods inherited from interface SaslMechanismHandlerCfg
addChangeListener, isEnabled, removeChangeListener
-
Method Details
-
configurationClass
Class<? extends AnonymousSaslMechanismHandlerCfg> configurationClass()Gets the configuration class associated with this Anonymous SASL Mechanism Handler.- Specified by:
configurationClassin interfaceConfiguration- Specified by:
configurationClassin interfaceSaslMechanismHandlerCfg- Returns:
- Returns the configuration class associated with this Anonymous SASL Mechanism Handler.
-
addAnonymousChangeListener
void addAnonymousChangeListener(ConfigurationChangeListener<AnonymousSaslMechanismHandlerCfg> listener) Register to be notified when this Anonymous SASL Mechanism Handler is changed.- Parameters:
listener- The Anonymous SASL Mechanism Handler configuration change listener.
-
removeAnonymousChangeListener
void removeAnonymousChangeListener(ConfigurationChangeListener<AnonymousSaslMechanismHandlerCfg> listener) Deregister an existing Anonymous SASL Mechanism Handler configuration change listener.- Parameters:
listener- The Anonymous SASL Mechanism Handler configuration change listener.
-
getJavaClass
String getJavaClass()Gets the "java-class" property.Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
Default value:
org.opends.server.extensions.AnonymousSASLMechanismHandler- Specified by:
getJavaClassin interfaceSaslMechanismHandlerCfg- Returns:
- Returns the value of the "java-class" property.
-