Uses of Interface
org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Packages that use MatchingRuleImpl
Package
Description
Classes and interfaces for constructing and querying LDAP schemas.
This package contains LDAP schema syntaxes and matching rules for JSON based attributes.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of MatchingRuleImpl in org.forgerock.opendj.ldap.schema
Classes in org.forgerock.opendj.ldap.schema that implement MatchingRuleImplModifier and TypeClassDescriptionclass
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 MatchingRuleImplModifier and TypeFieldDescriptionstatic final 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 MatchingRuleImplModifier and TypeMethodDescriptionMatchingRule.Builder.implementation
(MatchingRuleImpl implementation) Sets the matching rule implementation. -
Uses of MatchingRuleImpl in org.forgerock.opendj.rest2ldap.schema
Methods in org.forgerock.opendj.rest2ldap.schema that return MatchingRuleImplModifier and TypeMethodDescriptionstatic MatchingRuleImpl
JsonSchema.newJsonEqualityMatchingRuleImpl
(Collection<JsonPointer> keys, Options options) Creates a new custom JSON equality matching rule implementation with the provided matching rule name and options.static MatchingRuleImpl
JsonSchema.newJsonOrderingMatchingRuleImpl
(List<JsonPointer> keys, Options options) Creates a new custom JSON ordering matching rule implementation with the provided matching rule name and options.static MatchingRuleImpl
JsonSchema.newJsonQueryEqualityMatchingRuleImpl
(String matchingRuleName, Options options) Creates a new custom JSON query equality matching rule implementation with the provided matching rule name and options.static MatchingRuleImpl
JsonSchema.newNameAndJsonQueryEqualityMatchingRuleImpl
(String matchingRuleName, Options options) Creates a new custom NameAndJson query equality matching rule implementation with provided matching rule name and options. -
Uses of MatchingRuleImpl in org.opends.server.replication.plugin
Classes in org.opends.server.replication.plugin that implement MatchingRuleImplModifier and TypeClassDescriptionfinal class
Matching rule used to establish an order between historical information and index them.final class
Extensible matching rule to allow a range search on CSNs for a given replica.