public interface ServiceDiscoveryMechanismCfgClient extends ConfigurationClient
A Service Discovery Mechanism identifies a set of LDAP servers for load balancing
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends ServiceDiscoveryMechanismCfgClient,? extends ServiceDiscoveryMechanismCfg> |
definition()
Get the configuration definition associated with this Service Discovery Mechanism.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
commit, properties
ManagedObjectDefinition<? extends ServiceDiscoveryMechanismCfgClient,? extends ServiceDiscoveryMechanismCfg> definition()
definition
in interface ConfigurationClient
ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Service Discovery Mechanism implementation.
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Service Discovery Mechanism implementation.
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.