| Package | Description |
|---|---|
| org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
| Modifier and Type | Field and Description |
|---|---|
static ControlDecoder<SimplePagedResultsControl> |
SimplePagedResultsControl.DECODER
A decoder which can be used for decoding the simple paged results
control.
|
| Modifier and Type | Method and 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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.