Uses of Interface
org.apache.directory.server.core.schema.MatchingRuleRegistry

Packages that use MatchingRuleRegistry
org.apache.directory.server.core.configuration   
org.apache.directory.server.core.schema Contains interfaces for schema object registry services and simple POJO implementations of these services. 
org.apache.directory.server.core.schema.bootstrap Contains interfaces and classes used for bootstrap schema object loading and configuration. 
 

Uses of MatchingRuleRegistry in org.apache.directory.server.core.configuration
 

Methods in org.apache.directory.server.core.configuration with parameters of type MatchingRuleRegistry
 javax.naming.Name PartitionConfiguration.getNormalizedSuffix(MatchingRuleRegistry matchingRuleRegistry)
          Returns the normalized suffix of the Partition.
 

Uses of MatchingRuleRegistry in org.apache.directory.server.core.schema
 

Classes in org.apache.directory.server.core.schema that implement MatchingRuleRegistry
 class GlobalMatchingRuleRegistry
          A plain old java object implementation of an MatchingRuleRegistry.
 

Methods in org.apache.directory.server.core.schema that return MatchingRuleRegistry
 MatchingRuleRegistry Registries.getMatchingRuleRegistry()
           
 MatchingRuleRegistry GlobalRegistries.getMatchingRuleRegistry()
           
 

Uses of MatchingRuleRegistry in org.apache.directory.server.core.schema.bootstrap
 

Classes in org.apache.directory.server.core.schema.bootstrap that implement MatchingRuleRegistry
 class BootstrapMatchingRuleRegistry
          A MatchingRuleRegistry service used to lookup matching rules by OID.
 

Methods in org.apache.directory.server.core.schema.bootstrap that return MatchingRuleRegistry
 MatchingRuleRegistry BootstrapRegistries.getMatchingRuleRegistry()