Uses of Class
org.forgerock.opendj.ldap.Matcher
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Contains various classes that comprise the core of the Directory Server codebase.
-
Uses of Matcher in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionMatcher.getNotSubMatcher()
Returns the sub-matcher for this NOT filterMatcher
.Filter.matcher()
Returns aMatcher
which can be used to compare thisFilter
against entries using the default schema.Returns aMatcher
which can be used to compare thisFilter
against entries using the providedSchema
.Modifier and TypeMethodDescriptionMatcher.getSubMatchers()
Returns an unmodifiable list containing the sub-matchers for this AND or OR filterMatcher
. -
Uses of Matcher in org.opends.server.core
Modifier and TypeMethodDescriptionfinal Matcher
SearchOperation.getMatcher()
Retrieves the matcher derived from the search filter for this search operation.