Uses of Class
org.forgerock.opendj.ldap.controls.PostReadRequestControl
Package
Description
Classes and interfaces for common LDAP controls.
-
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.