Uses of Class
org.forgerock.opendj.ldap.Matcher
-
Packages that use Matcher Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of Matcher in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return Matcher Modifier and Type Method Description Matcher
Matcher. getNotSubMatcher()
Returns the sub-matcher for this NOT filterMatcher
.Matcher
Filter. matcher()
Returns aMatcher
which can be used to compare thisFilter
against entries using the default schema.Matcher
Filter. matcher(Schema schema)
Returns aMatcher
which can be used to compare thisFilter
against entries using the providedSchema
.Methods in org.forgerock.opendj.ldap that return types with arguments of type Matcher Modifier and Type Method Description List<Matcher>
Matcher. getSubMatchers()
Returns an unmodifiable list containing the sub-matchers for this AND or OR filterMatcher
.
-