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 |
TreeMapEntry.FACTORY
An entry factory which can be used to create new tree map entries.
|
static EntryFactory |
LinkedHashMapEntry.FACTORY
An entry factory which can be used to create new linked hash 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 © 2010-2020, ForgeRock All Rights Reserved.