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.DECODERA decoder which can be used for decoding thePreReadRequestControl.Methods in org.forgerock.opendj.ldap.controls that return PreReadRequestControlModifier and TypeMethodDescriptionstatic PreReadRequestControlPreReadRequestControl.newControl(boolean isCritical, String... attributes) Creates a new pre-read request control.static PreReadRequestControlPreReadRequestControl.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 voidOperation.addPreReadResponse(PreReadRequestControl preReadRequest, Entry entry) Adds the pre-read response control to the response if requested.