Uses of Class
org.forgerock.opendj.ldap.controls.PostReadRequestControl
-
Packages that use PostReadRequestControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of PostReadRequestControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type PostReadRequestControl Modifier and Type Field Description static ControlDecoder<PostReadRequestControl>
PostReadRequestControl. DECODER
A decoder which can be used for decoding the post-read request control.Methods in org.forgerock.opendj.ldap.controls that return PostReadRequestControl Modifier and Type Method Description static 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.
-