| Package | Description |
|---|---|
| org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
| Modifier and Type | Field and Description |
|---|---|
static EntryFactory |
LinkedHashMapEntry.FACTORY
An entry factory which can be used to create new linked hash map entries.
|
static EntryFactory |
TreeMapEntry.FACTORY
An entry factory which can be used to create new tree map entries.
|
| Modifier and Type | Method and Description |
|---|---|
EntryFactory |
DecodeOptions.getEntryFactory()
Returns the
EntryFactory which will be used for creating new
Entry instances when decoding entries. |
| Modifier and Type | Method and Description |
|---|---|
DecodeOptions |
DecodeOptions.setEntryFactory(EntryFactory factory)
Sets the
EntryFactory which will be used for creating new
Entry instances when decoding entries. |
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.