Uses of Class
org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
-
Packages that use SimplePagedResultsControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of SimplePagedResultsControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type SimplePagedResultsControl Modifier and Type Field Description static ControlDecoder<SimplePagedResultsControl>SimplePagedResultsControl. DECODERA decoder which can be used for decoding the simple paged results control.Methods in org.forgerock.opendj.ldap.controls that return SimplePagedResultsControl Modifier and Type Method Description static SimplePagedResultsControlSimplePagedResultsControl. 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
Methods in org.opends.server.core that return SimplePagedResultsControl Modifier and Type Method Description SimplePagedResultsControlSearchOperation. getSimplePagedResultsControlOrNull()Return the Simple Paged Results Control of the search request ornullif absent.
-