Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
Modifier and Type | Method and Description |
---|---|
Matcher |
Matcher.getNotSubMatcher()
Returns the sub-matcher for this NOT filter
Matcher . |
Matcher |
Filter.matcher()
Returns a
Matcher which can be used to compare this
Filter against entries using the default schema. |
Matcher |
Filter.matcher(Schema schema)
Returns a
Matcher which can be used to compare this
Filter against entries using the provided Schema . |
Modifier and Type | Method and Description |
---|---|
List<Matcher> |
Matcher.getSubMatchers()
Returns an unmodifiable list containing the sub-matchers for this AND or OR filter
Matcher . |
Copyright © 2010-2018, ForgeRock All Rights Reserved.