Uses of Interface
org.forgerock.opendj.ldap.Assertion
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of Assertion in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionstatic Assertion
Assertions.anyOfEqualityAssertion
(String 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 Assertion
Assertions.equalityAssertion
(String 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.Matcher.getAssertion()
Returns the assertion for this comparison filterMatcher
.static Assertion
Assertions.orderingAssertion
(String indexId, ByteString lower, ByteString lowerNormalized, ByteString upper, ByteString upperNormalized, boolean lowerIncluded, boolean upperIncluded) Returns an assertion suitable for implementing ordering matching rules. -
Uses of Assertion in org.forgerock.opendj.ldap.schema
Modifier and TypeMethodDescriptionfinal Assertion
AbstractOrderingMatchingRuleImpl.getAssertion
(Schema schema, ByteString value) MatchingRule.getAssertion
(ByteString assertionValue) Compiles the provided assertion value as anAssertion
suitable for use with equalityMatch, approxMatch and extensibleMatch search filters.MatchingRuleImpl.getAssertion
(Schema schema, ByteString assertionValue) Compiles the provided assertion value as anAssertion
suitable for use with equalityMatch, approxMatch and extensibleMatch search filters.MatchingRule.getGreaterOrEqualAssertion
(ByteString assertionValue) Compiles the provided ordering assertion value as anAssertion
suitable for use with greaterOrEqual search filters.MatchingRule.getLessOrEqualAssertion
(ByteString assertionValue) Compiles the provided ordering assertion value as anAssertion
suitable for use with lessOrEqual search filters.AbstractOrderingMatchingRuleImpl.getOrderingAssertion
(Schema schema, ByteString lower, ByteString upper, boolean lowerIncluded, boolean upperIncluded) MatchingRule.getOrderingAssertion
(ByteString lower, ByteString upper, boolean lowerIncluded, boolean upperIncluded) Compiles the provided ordering assertion value range as anAssertion
suitable for use with ordering search filters, including greaterOrEqual and lessOrEqual.default Assertion
MatchingRuleImpl.getOrderingAssertion
(Schema schema, ByteString lower, ByteString upper, boolean lowerIncluded, boolean upperIncluded) Compiles the provided ordering assertion value range as anAssertion
suitable for use with ordering search filters, including greaterOrEqual and lessOrEqual.MatchingRule.getSubstringAssertion
(ByteString subInitial, List<ByteString> subAnyElements, ByteString subFinal) Compiles the provided substring assertion fragments as anAssertion
suitable for use with substrings search filters.default Assertion
MatchingRuleImpl.getSubstringAssertion
(Schema schema, ByteString subInitial, List<ByteString> subAnyElements, ByteString subFinal) Compiles the provided substring assertion fragments as anAssertion
suitable for use with substrings search filters.