Uses of Class
org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Packages that use VirtualListViewResponseControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of VirtualListViewResponseControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type VirtualListViewResponseControl Modifier and Type Field Description static ControlDecoder<VirtualListViewResponseControl>
VirtualListViewResponseControl. DECODER
A decoder which can be used for decoding the virtual list view response control.Methods in org.forgerock.opendj.ldap.controls that return VirtualListViewResponseControl Modifier and Type Method Description static VirtualListViewResponseControl
VirtualListViewResponseControl. newControl(int targetPosition, int contentCount, ResultCode result, ByteString contextId)
Creates a new virtual list view response control.
-