Uses of Interface
org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Packages that use MatchingRuleImpl
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of MatchingRuleImpl in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type MatchingRuleImplModifier and TypeMethodDescriptionstatic AssertionAssertions.anyOfEqualityAssertion(Schema schema, MatchingRuleImpl rule, MatchingRuleImpl.IndexId indexId, Map<ByteString, ByteString> assertions) Returns an "anyOf" assertion suitable for implementing simple equality matching rules whose assertion syntax is the same as the attribute value syntax.static AssertionAssertions.equalityAssertion(Schema schema, MatchingRuleImpl rule, MatchingRuleImpl.IndexId indexId, ByteString normalizedAssertionValue, ByteString assertionValue) Returns an assertion suitable for implementing simple equality matching rules whose assertion syntax is the same as the attribute value syntax.static AssertionAssertions.orderingAssertion(Schema schema, MatchingRuleImpl rule, MatchingRuleImpl.IndexId indexId, ByteString lower, ByteString lowerNormalized, ByteString upper, ByteString upperNormalized, boolean lowerIncluded, boolean upperIncluded) Returns an assertion suitable for implementing ordering matching rules. -
Uses of MatchingRuleImpl in org.forgerock.opendj.ldap.schema
Classes in org.forgerock.opendj.ldap.schema that implement MatchingRuleImplModifier and TypeClassDescriptionclassThis 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_HANDLERSpecifies 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.