|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<MatchingRuleCfgClient,MatchingRuleCfg>
org.opends.server.admin.std.meta.MatchingRuleCfgDefn
public final class MatchingRuleCfgDefn
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static MatchingRuleCfgDefn getInstance()
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Matching Rule is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Matching Rule implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |