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
Fields in org.forgerock.opendj.ldap declared as AssertionModifier and TypeFieldDescriptionstatic final AssertionAssertion.UNDEFINED_ASSERTIONAn assertion that always return UNDEFINED for matches and that creates a match all query. -
Uses of Assertion in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return AssertionModifier and TypeMethodDescriptionMatchingRule.getAssertion(ByteSequence value) Returns the normalized form of the provided assertion value, which is best suited for efficiently performing matching operations on that value.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.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.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.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.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.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.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.