| Package | Description |
|---|---|
| org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
| Modifier and Type | Field and Description |
|---|---|
static EntryEncodeConfig |
EntryEncodeConfig.DEFAULT_CONFIG
A reference to an entry encode configuration with all the default
settings.
|
| Modifier and Type | Method and Description |
|---|---|
static EntryEncodeConfig |
EntryEncodeConfig.decode(org.forgerock.opendj.ldap.ByteSequenceReader buffer,
int length,
CompressedSchema compressedSchema)
Decodes the entry encode configuration from current position and
length of the given byte array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entry.encode(org.forgerock.opendj.ldap.ByteStringBuilder buffer,
EntryEncodeConfig config)
Encodes this entry into a form that is suitable for long-term
persistent storage.
|
Copyright © 2010-2018 ForgeRock AS. All Rights Reserved.