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

All Superinterfaces:
ConfigurationClient, MatchingRuleCfgClient

public interface OrderingMatchingRuleCfgClient
extends MatchingRuleCfgClient

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

Ordering Matching Rules define a set of rules for performing ordering matching operations against assertion values.


Method Summary
 ManagedObjectDefinition<? extends OrderingMatchingRuleCfgClient,? extends OrderingMatchingRuleCfg> definition()
          Get the configuration definition associated with this Ordering 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 OrderingMatchingRuleCfgClient,? extends OrderingMatchingRuleCfg> definition()
Get the configuration definition associated with this Ordering Matching Rule.

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