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.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of Matcher in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return Matcher Modifier and Type Method Description MatcherMatcher. getNotSubMatcher()Returns the sub-matcher for this NOT filterMatcher.MatcherFilter. matcher()Returns aMatcherwhich can be used to compare thisFilteragainst entries using the default schema.MatcherFilter. matcher(Schema schema)Returns aMatcherwhich can be used to compare thisFilteragainst 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. -
Uses of Matcher in org.opends.server.core
Methods in org.opends.server.core that return Matcher Modifier and Type Method Description MatcherSearchOperation. getMatcher()Retrieves the matcher derived from the search filter for this search operation.
-