Uses of Class
org.ldaptive.schema.MatchingRuleUse

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

Uses of MatchingRuleUse in org.ldaptive.schema
 

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

Methods in org.ldaptive.schema that return types with arguments of type MatchingRuleUse
 Collection<MatchingRuleUse> Schema.getMatchingRuleUses()
          Returns the matching rule uses.
 

Method parameters in org.ldaptive.schema with type arguments of type MatchingRuleUse
 void Schema.setMatchingRuleUses(Collection<MatchingRuleUse> c)
          Sets the matching rule uses.
 

Constructor parameters in org.ldaptive.schema with type arguments of type MatchingRuleUse
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 MatchingRuleUse in org.ldaptive.schema.io
 

Methods in org.ldaptive.schema.io that return MatchingRuleUse
 MatchingRuleUse MatchingRuleUseValueTranscoder.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 MatchingRuleUse
 Class<MatchingRuleUse> MatchingRuleUseValueTranscoder.getType()
          Returns the type produced by this value transcoder.
 



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