Uses of Class
org.ldaptive.schema.MatchingRule

Packages that use MatchingRule
org.ldaptive.schema   
org.ldaptive.schema.io   
 

Uses of MatchingRule in org.ldaptive.schema
 

Methods in org.ldaptive.schema that return MatchingRule
 MatchingRule Schema.getMatchingRule(String name)
          Returns the matching rule with the supplied OID or name.
static MatchingRule MatchingRule.parse(String definition)
          Parses the supplied definition string and creates an initialized matching rule.
 

Methods in org.ldaptive.schema that return types with arguments of type MatchingRule
 Collection<MatchingRule> Schema.getMatchingRules()
          Returns the matching rules.
 

Method parameters in org.ldaptive.schema with type arguments of type MatchingRule
 void Schema.setMatchingRules(Collection<MatchingRule> c)
          Sets the matching rules.
 

Constructor parameters in org.ldaptive.schema with type arguments of type MatchingRule
Schema(Collection<AttributeType> attributeTypes, Collection<DITContentRule> ditContentRules, Collection<DITStructureRule> ditStructureRules, Collection<Syntax> syntaxes, Collection<MatchingRule> matchingRules, Collection<MatchingRuleUse> matchingRuleUses, Collection<NameForm> nameForms, Collection<ObjectClass> objectClasses)
          Creates a new schema.
 

Uses of MatchingRule in org.ldaptive.schema.io
 

Methods in org.ldaptive.schema.io that return MatchingRule
 MatchingRule MatchingRuleValueTranscoder.decodeStringValue(String value)
          Decodes the supplied ldap attribute value into a custom type.
 

Methods in org.ldaptive.schema.io that return types with arguments of type MatchingRule
 Class<MatchingRule> MatchingRuleValueTranscoder.getType()
          Returns the type produced by this value transcoder.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.