Uses of Interface
org.forgerock.opendj.ldap.Assertion
-
Packages that use Assertion Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side. -
-
Uses of Assertion in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return Assertion Modifier and Type Method Description static 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.Assertion
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
Methods in org.forgerock.opendj.ldap.schema that return Assertion Modifier and Type Method Description Assertion
AbstractOrderingMatchingRuleImpl. getAssertion(Schema schema, ByteString value)
Assertion
MatchingRule. getAssertion(ByteString assertionValue)
Compiles the provided assertion value as anAssertion
suitable for use with equalityMatch, approxMatch and extensibleMatch search filters.Assertion
MatchingRuleImpl. getAssertion(Schema schema, ByteString assertionValue)
Compiles the provided assertion value as anAssertion
suitable for use with equalityMatch, approxMatch and extensibleMatch search filters.Assertion
MatchingRule. getGreaterOrEqualAssertion(ByteString assertionValue)
Compiles the provided ordering assertion value as anAssertion
suitable for use with greaterOrEqual search filters.Assertion
MatchingRule. getLessOrEqualAssertion(ByteString assertionValue)
Compiles the provided ordering assertion value as anAssertion
suitable for use with lessOrEqual search filters.Assertion
AbstractOrderingMatchingRuleImpl. getOrderingAssertion(Schema schema, ByteString lower, ByteString upper, boolean lowerIncluded, boolean upperIncluded)
Assertion
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.Assertion
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. -
Uses of Assertion in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that return Assertion Modifier and Type Method Description Assertion
HistoricalCsnOrderingMatchingRuleImpl. getAssertion(Schema schema, ByteString value)
Assertion
HistoricalCsnRangeMatchingRuleImpl. getAssertion(Schema schema, ByteString assertionValue)
Represents a filter for a CSN range on a replica id.Assertion
HistoricalCsnOrderingMatchingRuleImpl. getOrderingAssertion(Schema schema, ByteString lower, ByteString upper, boolean lowerIncluded, boolean upperIncluded)
-