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. -
-
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. DECODER
A 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 SimplePagedResultsControl
SimplePagedResultsControl. newControl(boolean isCritical, int size, ByteString cookie)
Creates a new simple paged results control with the provided criticality, size, and cookie.
-