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