Uses of Interface
org.forgerock.opendj.ldap.Assertion
Packages that use 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
Methods in org.forgerock.opendj.ldap that return AssertionModifier and TypeMethodDescriptionstatic AssertionAssertions.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 AssertionAssertions.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 AssertionAssertions.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
Methods in org.forgerock.opendj.ldap.schema that return AssertionModifier and TypeMethodDescriptionfinal AssertionAbstractOrderingMatchingRuleImpl.getAssertion(Schema schema, ByteString value) MatchingRule.getAssertion(ByteString assertionValue) Compiles the provided assertion value as anAssertionsuitable for use with equalityMatch, approxMatch and extensibleMatch search filters.MatchingRuleImpl.getAssertion(Schema schema, ByteString assertionValue) Compiles the provided assertion value as anAssertionsuitable for use with equalityMatch, approxMatch and extensibleMatch search filters.MatchingRule.getGreaterOrEqualAssertion(ByteString assertionValue) Compiles the provided ordering assertion value as anAssertionsuitable for use with greaterOrEqual search filters.MatchingRule.getLessOrEqualAssertion(ByteString assertionValue) Compiles the provided ordering assertion value as anAssertionsuitable 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 anAssertionsuitable for use with ordering search filters, including greaterOrEqual and lessOrEqual.default AssertionMatchingRuleImpl.getOrderingAssertion(Schema schema, ByteString lower, ByteString upper, boolean lowerIncluded, boolean upperIncluded) Compiles the provided ordering assertion value range as anAssertionsuitable 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 anAssertionsuitable for use with substrings search filters.default AssertionMatchingRuleImpl.getSubstringAssertion(Schema schema, ByteString subInitial, List<ByteString> subAnyElements, ByteString subFinal) Compiles the provided substring assertion fragments as anAssertionsuitable for use with substrings search filters.