org.opends.server.admin.std.client
Interface AnonymousSASLMechanismHandlerCfgClient

All Superinterfaces:
ConfigurationClient, SASLMechanismHandlerCfgClient

public interface AnonymousSASLMechanismHandlerCfgClient
extends SASLMechanismHandlerCfgClient

A client-side interface for reading and modifying 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
 ManagedObjectDefinition<? extends AnonymousSASLMechanismHandlerCfgClient,? extends AnonymousSASLMechanismHandlerCfg> definition()
          Get the configuration definition associated with this Anonymous SASL Mechanism Handler.
 java.lang.String getJavaClass()
          Gets the "java-class" property.
 void setJavaClass(java.lang.String value)
          Sets the "java-class" property.
 
Methods inherited from interface org.opends.server.admin.std.client.SASLMechanismHandlerCfgClient
isEnabled, setEnabled
 
Methods inherited from interface org.opends.server.admin.ConfigurationClient
commit, properties
 

Method Detail

definition

ManagedObjectDefinition<? extends AnonymousSASLMechanismHandlerCfgClient,? extends AnonymousSASLMechanismHandlerCfg> definition()
Get the configuration definition associated with this Anonymous SASL Mechanism Handler.

Specified by:
definition in interface ConfigurationClient
Specified by:
definition in interface SASLMechanismHandlerCfgClient
Returns:
Returns the configuration definition associated with this Anonymous SASL Mechanism Handler.

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 SASLMechanismHandlerCfgClient
Returns:
Returns the value of the "java-class" property.

setJavaClass

void setJavaClass(java.lang.String value)
                  throws IllegalPropertyValueException
Sets the "java-class" property.

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

Specified by:
setJavaClass in interface SASLMechanismHandlerCfgClient
Parameters:
value - The value of the "java-class" property.
Throws:
IllegalPropertyValueException - If the new value is invalid.