| Package | Description |
|---|---|
| org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
| org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
LDIFEntryWriter |
LDIFEntryWriter.setExcludeFilter(Matcher excludeFilter)
Excludes all entries which match the provided filter matcher from being
written to LDIF.
|
LDIFEntryReader |
LDIFEntryReader.setExcludeFilter(Matcher excludeFilter)
Excludes all entries which match the provided filter matcher from being
read from LDIF.
|
LDIFEntryWriter |
LDIFEntryWriter.setIncludeFilter(Matcher includeFilter)
Ensures that all entries which match the provided filter matcher are
written to LDIF.
|
LDIFEntryReader |
LDIFEntryReader.setIncludeFilter(Matcher includeFilter)
Ensures that all entries which match the provided filter matcher are read
from LDIF.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.