Uses of Class
org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Package
Description
Classes and interfaces for common LDAP controls.
-
Uses of SimplePagedResultsControl in org.forgerock.opendj.ldap.controls
Modifier and TypeFieldDescriptionstatic final ControlDecoder<SimplePagedResultsControl>
SimplePagedResultsControl.DECODER
A decoder which can be used for decoding the simple paged results control.Modifier and TypeMethodDescriptionstatic SimplePagedResultsControl
SimplePagedResultsControl.newControl
(boolean isCritical, int size, ByteString cookie) Creates a new simple paged results control with the provided criticality, size, and cookie.