Uses of Class
org.forgerock.opendj.ldap.controls.PreReadRequestControl
Package
Description
Classes and interfaces for common LDAP controls.
Contains implementations for a number of Directory Server data types.
-
Uses of PreReadRequestControl in org.forgerock.opendj.ldap.controls
Modifier and TypeFieldDescriptionstatic final ControlDecoder<PreReadRequestControl>
PreReadRequestControl.DECODER
A decoder which can be used for decoding thePreReadRequestControl
.Modifier and TypeMethodDescriptionstatic PreReadRequestControl
PreReadRequestControl.newControl
(boolean isCritical, String... attributes) Creates a new pre-read request control.static PreReadRequestControl
PreReadRequestControl.newControl
(boolean isCritical, Collection<String> attributes) Creates a new pre-read request control. -
Uses of PreReadRequestControl in org.opends.server.types
Modifier and TypeMethodDescriptionprotected void
Operation.addPreReadResponse
(PreReadRequestControl preReadRequest, Entry entry) Adds the pre-read response control to the response if requested.