Package | Description |
---|---|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<PreReadRequestControl> |
PreReadRequestControl.DECODER
A decoder which can be used for decoding the pre-read request control.
|
Modifier and Type | Method and Description |
---|---|
static PreReadRequestControl |
PreReadRequestControl.newControl(boolean isCritical,
Collection<String> attributes)
Creates a new pre-read request control.
|
static PreReadRequestControl |
PreReadRequestControl.newControl(boolean isCritical,
String... attributes)
Creates a new pre-read request control.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
Operation.addPreReadResponse(Operation operation,
PreReadRequestControl preReadRequest,
Entry entry)
Adds the pre-read response control to the response if requested.
|
Copyright 2010-2022 ForgeRock AS.