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 2010-2018 ForgeRock AS.