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 final SchemaElementRegistry<String,MatchingRule> Schema.matchingRulesMatching 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 MatchingRuleParses the supplied definition string and creates an initialized matching rule.Methods in org.ldaptive.schema that return types with arguments of type MatchingRuleMethods in org.ldaptive.schema with parameters of type MatchingRuleModifier and TypeMethodDescriptionMatchingRule.DefaultSchemaElementFormatter.format(MatchingRule element) Method parameters in org.ldaptive.schema with type arguments of type MatchingRuleModifier and TypeMethodDescriptionMatchingRule.format(SchemaElementFormatter<MatchingRule> formatter) Returns a string representation of this element.voidSchema.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