public interface AnonymousSASLMechanismHandlerCfgClient extends SASLMechanismHandlerCfgClient
The ANONYMOUS SASL mechanism provides the ability for clients to perform an anonymous bind using a SASL mechanism.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends AnonymousSASLMechanismHandlerCfgClient,? extends AnonymousSASLMechanismHandlerCfg> |
definition()
Get the configuration definition associated with this Anonymous SASL Mechanism Handler.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends AnonymousSASLMechanismHandlerCfgClient,? extends AnonymousSASLMechanismHandlerCfg> definition()
definition
in interface ConfigurationClient
definition
in interface SASLMechanismHandlerCfgClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
getJavaClass
in interface SASLMechanismHandlerCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
setJavaClass
in interface SASLMechanismHandlerCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.