Uses of Class
org.ldaptive.schema.MatchingRule
-
Packages that use MatchingRule Package Description org.ldaptive.schema org.ldaptive.schema.transcode -
-
Uses of MatchingRule in org.ldaptive.schema
Fields in org.ldaptive.schema with type parameters of type MatchingRule Modifier and Type Field Description private Collection<MatchingRule>
Schema. matchingRules
Matching rules.Methods in org.ldaptive.schema that return MatchingRule Modifier and Type Method Description MatchingRule
Schema. getMatchingRule(String name)
Returns the matching rule with the supplied OID or name.MatchingRule
MatchingRule.DefaultDefinitionFunction. parse(String definition)
static MatchingRule
MatchingRule. parse(String definition)
Parses the supplied definition string and creates an initialized matching rule.MatchingRule
MatchingRule.RegexDefinitionFunction. parse(String definition)
Methods in org.ldaptive.schema that return types with arguments of type MatchingRule Modifier and Type Method Description Collection<MatchingRule>
Schema. getMatchingRules()
Returns the matching rules.Method parameters in org.ldaptive.schema with type arguments of type MatchingRule Modifier and Type Method Description void
Schema. setMatchingRules(Collection<MatchingRule> c)
Sets the matching rules. -
Uses of MatchingRule in org.ldaptive.schema.transcode
Methods in org.ldaptive.schema.transcode that return MatchingRule Modifier and Type Method Description MatchingRule
MatchingRuleValueTranscoder. decodeStringValue(String value)
Methods in org.ldaptive.schema.transcode that return types with arguments of type MatchingRule Modifier and Type Method Description Class<MatchingRule>
MatchingRuleValueTranscoder. getType()
-