Uses of Class
org.forgerock.opendj.ldap.controls.PostReadResponseControl
-
Packages that use PostReadResponseControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of PostReadResponseControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type PostReadResponseControl Modifier and Type Field Description static ControlDecoder<PostReadResponseControl>
PostReadResponseControl. DECODER
A decoder which can be used for decoding the post-read response control.Methods in org.forgerock.opendj.ldap.controls that return PostReadResponseControl Modifier and Type Method Description static PostReadResponseControl
PostReadResponseControl. newControl(Entry entry)
Creates a new post-read response control.
-