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