Uses of Class
org.ldaptive.schema.MatchingRule
Packages that use MatchingRule
-
Uses of MatchingRule in org.ldaptive.schema
Fields in org.ldaptive.schema with type parameters of type MatchingRuleModifier and TypeFieldDescriptionprivate Collection<MatchingRule>
Schema.matchingRules
Matching rules.Methods in org.ldaptive.schema that return MatchingRuleModifier and TypeMethodDescriptionSchema.getMatchingRule
(String name) Returns the matching rule with the supplied OID or name.static MatchingRule
Parses the supplied definition string and creates an initialized matching rule.Methods in org.ldaptive.schema that return types with arguments of type MatchingRuleMethod parameters in org.ldaptive.schema with type arguments of type MatchingRuleModifier and TypeMethodDescriptionvoid
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 MatchingRuleMethods in org.ldaptive.schema.transcode that return types with arguments of type MatchingRule