Uses of Class
org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Package
Description
Classes and interfaces for common LDAP controls.
Contains various classes that comprise the core of the Directory Server codebase.
-
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. -
Uses of SimplePagedResultsControl in org.opends.server.core
Modifier and TypeMethodDescriptionSearchOperation.getSimplePagedResultsControlOrNull()
Return the Simple Paged Results Control of the search request ornull
if absent.