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