org.opends.server.admin.std.meta
Class MatchingRuleCfgDefn

java.lang.Object
  extended by org.opends.server.admin.AbstractManagedObjectDefinition<MatchingRuleCfgClient,MatchingRuleCfg>
      extended by org.opends.server.admin.std.meta.MatchingRuleCfgDefn

public final class MatchingRuleCfgDefn
extends AbstractManagedObjectDefinition<MatchingRuleCfgClient,MatchingRuleCfg>

An interface for querying the Matching Rule managed object definition meta information.

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


Method Summary
 BooleanPropertyDefinition getEnabledPropertyDefinition()
          Get the "enabled" property definition.
static MatchingRuleCfgDefn getInstance()
          Get the Matching Rule configuration definition singleton.
 ClassPropertyDefinition getJavaClassPropertyDefinition()
          Get the "java-class" property definition.
 
Methods inherited from class org.opends.server.admin.AbstractManagedObjectDefinition
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static MatchingRuleCfgDefn getInstance()
Get the Matching Rule configuration definition singleton.

Returns:
Returns the Matching Rule configuration definition singleton.

getEnabledPropertyDefinition

public BooleanPropertyDefinition getEnabledPropertyDefinition()
Get the "enabled" property definition.

Indicates whether the Matching Rule is enabled for use.

Returns:
Returns the "enabled" property definition.

getJavaClassPropertyDefinition

public ClassPropertyDefinition getJavaClassPropertyDefinition()
Get the "java-class" property definition.

Specifies the fully-qualified name of the Java class that provides the Matching Rule implementation.

Returns:
Returns the "java-class" property definition.