Uses of Class
org.ldaptive.schema.MatchingRuleUse
-
Packages that use MatchingRuleUse Package Description org.ldaptive.schema org.ldaptive.schema.transcode -
-
Uses of MatchingRuleUse in org.ldaptive.schema
Fields in org.ldaptive.schema with type parameters of type MatchingRuleUse Modifier and Type Field Description private Collection<MatchingRuleUse>Schema. matchingRuleUsesMatching rule uses.Methods in org.ldaptive.schema that return MatchingRuleUse Modifier and Type Method Description MatchingRuleUseSchema. getMatchingRuleUse(String name)Returns the matching rule use with the supplied OID or name.MatchingRuleUseMatchingRuleUse.DefaultDefinitionFunction. parse(String definition)static MatchingRuleUseMatchingRuleUse. parse(String definition)Parses the supplied definition string and creates an initialized matching rule use.MatchingRuleUseMatchingRuleUse.RegexDefinitionFunction. parse(String definition)Methods in org.ldaptive.schema that return types with arguments of type MatchingRuleUse Modifier and Type Method Description Collection<MatchingRuleUse>Schema. getMatchingRuleUses()Returns the matching rule uses.Method parameters in org.ldaptive.schema with type arguments of type MatchingRuleUse Modifier and Type Method Description voidSchema. setMatchingRuleUses(Collection<MatchingRuleUse> c)Sets the matching rule uses. -
Uses of MatchingRuleUse in org.ldaptive.schema.transcode
Methods in org.ldaptive.schema.transcode that return MatchingRuleUse Modifier and Type Method Description MatchingRuleUseMatchingRuleUseValueTranscoder. decodeStringValue(String value)Methods in org.ldaptive.schema.transcode that return types with arguments of type MatchingRuleUse Modifier and Type Method Description Class<MatchingRuleUse>MatchingRuleUseValueTranscoder. getType()
-