Uses of Class
org.apache.directory.shared.ldap.schema.parsers.MatchingRuleDescription

Packages that use MatchingRuleDescription
org.apache.directory.shared.ldap.schema.parsers   
org.apache.directory.shared.ldap.schema.syntax   
 

Uses of MatchingRuleDescription in org.apache.directory.shared.ldap.schema.parsers
 

Methods in org.apache.directory.shared.ldap.schema.parsers that return MatchingRuleDescription
 MatchingRuleDescription MatchingRuleDescriptionSchemaParser.parseMatchingRuleDescription(java.lang.String matchingRuleDescription)
          Parses a matching rule description according to RFC 4512:
 

Methods in org.apache.directory.shared.ldap.schema.parsers with parameters of type MatchingRuleDescription
static boolean ParserDescriptionUtils.matchingRulesMatch(MatchingRuleDescription mrd0, MatchingRuleDescription mrd1)
          Checks to see if two matchingRule descriptions match exactly.
 

Uses of MatchingRuleDescription in org.apache.directory.shared.ldap.schema.syntax
 

Methods in org.apache.directory.shared.ldap.schema.syntax that return MatchingRuleDescription
 MatchingRuleDescription AntlrSchemaParser.matchingRuleDescription()
          Production for matching rule descriptions.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.