Configuration Reference Home
Oracle Unified Directory - Matching Rule

Matching Rule

Note: this is an abstract component, that cannot be instantiated.

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

Matching rules are frequently associated with an attribute syntax and are used to compare values according to that syntax. For example, the distinguishedNameEqualityMatch matching rule can be used to determine whether two DNs are equal and can ignore unnecessary spaces around commas and equal signs, differences in capitalization in attribute names, an so on.

Direct Subcomponents

The following Matching Rules are available in the server :

These Matching Rules inherit from the properties described below.

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled  None
↓ java-class

Basic Properties

enabled

Description
Indicates whether the Matching Rule is enabled for use.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Matching Rule implementation.
Default Value
None
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.api.MatchingRuleFactory
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No