Uses of Interface
org.forgerock.opendj.ldap.schema.MatchingRuleImpl
-
Packages that use MatchingRuleImpl Package Description org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas. -
-
Uses of MatchingRuleImpl in org.forgerock.opendj.ldap.schema
Classes in org.forgerock.opendj.ldap.schema that implement MatchingRuleImpl Modifier and Type Class Description class
AbstractOrderingMatchingRuleImpl
This class implements a default ordering matching rule that matches normalized values in byte order.Fields in org.forgerock.opendj.ldap.schema with type parameters of type MatchingRuleImpl Modifier and Type Field Description static Option<Function<String,MatchingRuleImpl>>
SchemaOptions. UNKNOWN_MATCHING_RULE_HANDLER
Specifies the unknown matching rule handler which will be invoked when a non-strict schema is queried about an unknown matching rule.Methods in org.forgerock.opendj.ldap.schema with parameters of type MatchingRuleImpl Modifier and Type Method Description MatchingRule.Builder
MatchingRule.Builder. implementation(MatchingRuleImpl implementation)
Sets the matching rule implementation.
-