Uses of Class
org.forgerock.opendj.ldap.controls.PreReadRequestControl
Packages that use 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
Fields in org.forgerock.opendj.ldap.controls with type parameters of type PreReadRequestControlModifier and TypeFieldDescriptionstatic final ControlDecoder<PreReadRequestControl>
PreReadRequestControl.DECODER
A decoder which can be used for decoding thePreReadRequestControl
.Methods in org.forgerock.opendj.ldap.controls that return PreReadRequestControlModifier 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
Methods in org.opends.server.types with parameters of type PreReadRequestControlModifier and TypeMethodDescriptionprotected void
Operation.addPreReadResponse
(PreReadRequestControl preReadRequest, Entry entry) Adds the pre-read response control to the response if requested.