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. matchingRuleUses
Matching rule uses.Methods in org.ldaptive.schema that return MatchingRuleUse Modifier and Type Method Description MatchingRuleUse
Schema. getMatchingRuleUse(String name)
Returns the matching rule use with the supplied OID or name.MatchingRuleUse
MatchingRuleUse.DefaultDefinitionFunction. parse(String definition)
static MatchingRuleUse
MatchingRuleUse. parse(String definition)
Parses the supplied definition string and creates an initialized matching rule use.MatchingRuleUse
MatchingRuleUse.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 void
Schema. 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 MatchingRuleUse
MatchingRuleUseValueTranscoder. 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()
-