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.
|
Modifier and Type | Field and Description |
---|---|
static Assertion |
Assertion.UNDEFINED_ASSERTION
An assertion that always return UNDEFINED for matches and that creates a match all query.
|
Modifier and Type | Method and Description |
---|---|
ConditionResult |
Attribute.matchesApproximateAssertion(Assertion assertion,
ByteSequence rawAssertion)
Indicates whether this attribute matches the specified assertion using the attribute's default approximate
matching rule.
|
ConditionResult |
AbstractAttribute.matchesApproximateAssertion(Assertion assertion,
ByteSequence rawAssertion) |
ConditionResult |
LinkedAttribute.matchesEqualityAssertion(Assertion assertion,
ByteSequence rawAssertion)
NOTE: it is only possible to optimize for the equality matching rule because the other matching rules may not be
compatible with the equality matching rule's normalized representation.
|
ConditionResult |
Attribute.matchesEqualityAssertion(Assertion assertion,
ByteSequence rawAssertion)
Indicates whether this attribute matches the specified assertion using the attribute's default equality matching
rule.
|
ConditionResult |
AbstractAttribute.matchesEqualityAssertion(Assertion assertion,
ByteSequence rawAssertion) |
ConditionResult |
Attribute.matchesGreaterOrEqualAssertion(Assertion assertion,
ByteSequence rawAssertion)
Indicates whether this attribute matches the specified assertion using the attribute's default ordering matching
rule.
|
ConditionResult |
AbstractAttribute.matchesGreaterOrEqualAssertion(Assertion assertion,
ByteSequence rawAssertion) |
ConditionResult |
Attribute.matchesLessOrEqualAssertion(Assertion assertion,
ByteSequence rawAssertion)
Indicates whether this attribute matches the specified assertion using the attribute's default ordering matching
rule.
|
ConditionResult |
AbstractAttribute.matchesLessOrEqualAssertion(Assertion assertion,
ByteSequence rawAssertion) |
ConditionResult |
Attribute.matchesSubstringAssertion(Assertion assertion,
ByteSequence rawInitialSubstring,
List<? extends ByteSequence> rawAnySubstrings,
ByteSequence rawFinalSubstring)
Indicates whether this attribute matches the specified assertion using the attribute's default ordering matching
rule.
|
ConditionResult |
AbstractAttribute.matchesSubstringAssertion(Assertion assertion,
ByteSequence rawInitialSubstring,
List<? extends ByteSequence> rawAnySubstrings,
ByteSequence rawFinalSubstring) |
Modifier and Type | Method and Description |
---|---|
Assertion |
MatchingRule.getAssertion(ByteSequence value)
Returns the normalized form of the provided assertion value, which is
best suited for efficiently performing matching operations on that value.
|
Assertion |
MatchingRuleImpl.getAssertion(Schema schema,
ByteSequence assertionValue)
Retrieves the normalized form of the provided assertion value, which is
best suited for efficiently performing less than matching operations on
that value.
|
Assertion |
AbstractOrderingMatchingRuleImpl.getAssertion(Schema schema,
ByteSequence value) |
Assertion |
AbstractEqualityMatchingRuleImpl.getAssertion(Schema schema,
ByteSequence assertionValue) |
Assertion |
MatchingRule.getGreaterOrEqualAssertion(ByteSequence value)
Returns the normalized form of the provided assertion value, which is
best suited for efficiently performing greater than or equal ordering
matching operations on that value.
|
Assertion |
MatchingRuleImpl.getGreaterOrEqualAssertion(Schema schema,
ByteSequence value)
Retrieves the normalized form of the provided assertion value, which is
best suited for efficiently performing greater than or equal matching
operations on that value.
|
Assertion |
AbstractOrderingMatchingRuleImpl.getGreaterOrEqualAssertion(Schema schema,
ByteSequence value) |
Assertion |
MatchingRule.getLessOrEqualAssertion(ByteSequence value)
Returns the normalized form of the provided assertion value, which is
best suited for efficiently performing greater than or equal ordering
matching operations on that value.
|
Assertion |
MatchingRuleImpl.getLessOrEqualAssertion(Schema schema,
ByteSequence value)
Retrieves the normalized form of the provided assertion value, which is
best suited for efficiently performing less than or equal matching
operations on that value.
|
Assertion |
AbstractOrderingMatchingRuleImpl.getLessOrEqualAssertion(Schema schema,
ByteSequence value) |
Assertion |
MatchingRule.getSubstringAssertion(ByteSequence subInitial,
List<? extends ByteSequence> subAnyElements,
ByteSequence subFinal)
Returns the normalized form of the provided assertion substring values,
which is best suited for efficiently performing matching operations on
that value.
|
Assertion |
MatchingRuleImpl.getSubstringAssertion(Schema schema,
ByteSequence subInitial,
List<? extends ByteSequence> subAnyElements,
ByteSequence subFinal)
Retrieves the normalized form of the provided assertion substring values,
which is best suited for efficiently performing matching operations on
that value.
|
Modifier and Type | Method and Description |
---|---|
Assertion |
HistoricalCsnRangeMatchingRuleImpl.getAssertion(Schema schema,
ByteSequence assertionValue) |
Assertion |
HistoricalCsnOrderingMatchingRuleImpl.getAssertion(Schema schema,
ByteSequence value) |
Assertion |
HistoricalCsnRangeMatchingRuleImpl.getGreaterOrEqualAssertion(Schema schema,
ByteSequence value) |
Assertion |
HistoricalCsnOrderingMatchingRuleImpl.getGreaterOrEqualAssertion(Schema schema,
ByteSequence value) |
Assertion |
HistoricalCsnRangeMatchingRuleImpl.getLessOrEqualAssertion(Schema schema,
ByteSequence value) |
Assertion |
HistoricalCsnOrderingMatchingRuleImpl.getLessOrEqualAssertion(Schema schema,
ByteSequence value) |
Assertion |
HistoricalCsnRangeMatchingRuleImpl.getSubstringAssertion(Schema schema,
ByteSequence subInitial,
List<? extends ByteSequence> subAnyElements,
ByteSequence subFinal) |
Assertion |
HistoricalCsnOrderingMatchingRuleImpl.getSubstringAssertion(Schema schema,
ByteSequence subInitial,
List<? extends ByteSequence> subAnyElements,
ByteSequence subFinal) |
Modifier and Type | Method and Description |
---|---|
ConditionResult |
EntryHistoricalAttribute.matchesApproximateAssertion(Assertion assertion,
ByteSequence rawAssertion) |
ConditionResult |
EntryHistoricalAttribute.matchesEqualityAssertion(Assertion assertion,
ByteSequence rawAssertion) |
ConditionResult |
EntryHistoricalAttribute.matchesGreaterOrEqualAssertion(Assertion assertion,
ByteSequence rawAssertion) |
ConditionResult |
EntryHistoricalAttribute.matchesLessOrEqualAssertion(Assertion assertion,
ByteSequence rawAssertion) |
ConditionResult |
EntryHistoricalAttribute.matchesSubstringAssertion(Assertion assertion,
ByteSequence rawInitialSubstring,
List<? extends ByteSequence> rawAnySubstrings,
ByteSequence rawFinalSubstring) |
Copyright 2010-2018 ForgeRock AS.