org.opends.server.admin.std.server
Interface AnonymousSASLMechanismHandlerCfg

All Superinterfaces:
Configuration, SASLMechanismHandlerCfg

public interface AnonymousSASLMechanismHandlerCfg
extends 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
 void addAnonymousChangeListener(ConfigurationChangeListener<AnonymousSASLMechanismHandlerCfg> listener)
          Register to be notified when this Anonymous SASL Mechanism Handler is changed.
 java.lang.Class<? extends AnonymousSASLMechanismHandlerCfg> configurationClass()
          Gets the configuration class associated with this Anonymous SASL Mechanism Handler.
 java.lang.String getJavaClass()
          Gets the "java-class" property.
 void removeAnonymousChangeListener(ConfigurationChangeListener<AnonymousSASLMechanismHandlerCfg> listener)
          Deregister an existing Anonymous SASL Mechanism Handler configuration change listener.
 
Methods inherited from interface org.opends.server.admin.std.server.SASLMechanismHandlerCfg
addChangeListener, isEnabled, removeChangeListener
 
Methods inherited from interface org.opends.server.admin.Configuration
dn
 

Method Detail

configurationClass

java.lang.Class<? extends AnonymousSASLMechanismHandlerCfg> configurationClass()
Gets the configuration class associated with this Anonymous SASL Mechanism Handler.

Specified by:
configurationClass in interface Configuration
Specified by:
configurationClass in interface SASLMechanismHandlerCfg
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

java.lang.String getJavaClass()
Gets the "java-class" property.

Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.

Specified by:
getJavaClass in interface SASLMechanismHandlerCfg
Returns:
Returns the value of the "java-class" property.