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. matchingRulesMatching rules.Methods in org.ldaptive.schema that return MatchingRule Modifier and Type Method Description MatchingRuleSchema. getMatchingRule(String name)Returns the matching rule with the supplied OID or name.MatchingRuleMatchingRule.DefaultDefinitionFunction. parse(String definition)static MatchingRuleMatchingRule. parse(String definition)Parses the supplied definition string and creates an initialized matching rule.MatchingRuleMatchingRule.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 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 MatchingRule Modifier and Type Method Description MatchingRuleMatchingRuleValueTranscoder. 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()
-