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

All Superinterfaces:
ConfigurationClient, MatchingRuleCfgClient

public interface ApproximateMatchingRuleCfgClient
extends MatchingRuleCfgClient

A client-side interface for reading and modifying Approximate Matching Rule settings.

Approximate Matching Rules define a set of rules for performing approximate matching operations against assertion values. In many cases, approximate matching is based on a "sounds like" operation.


Method Summary
 ManagedObjectDefinition<? extends ApproximateMatchingRuleCfgClient,? extends ApproximateMatchingRuleCfg> definition()
          Get the configuration definition associated with this Approximate Matching Rule.
 
Methods inherited from interface org.opends.server.admin.std.client.MatchingRuleCfgClient
getJavaClass, isEnabled, setEnabled, setJavaClass
 
Methods inherited from interface org.opends.server.admin.ConfigurationClient
commit, properties
 

Method Detail

definition

ManagedObjectDefinition<? extends ApproximateMatchingRuleCfgClient,? extends ApproximateMatchingRuleCfg> definition()
Get the configuration definition associated with this Approximate Matching Rule.

Specified by:
definition in interface ConfigurationClient
Specified by:
definition in interface MatchingRuleCfgClient
Returns:
Returns the configuration definition associated with this Approximate Matching Rule.