Package | Description |
---|---|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<ServerSideSortRequestControl> |
ServerSideSortRequestControl.DECODER
A decoder which can be used for decoding the server side sort request control.
|
Modifier and Type | Method and Description |
---|---|
static ServerSideSortRequestControl |
ServerSideSortRequestControl.newControl(boolean isCritical,
Collection<SortKey> keys)
Creates a new server side sort request control with the provided
criticality and list of sort keys.
|
static ServerSideSortRequestControl |
ServerSideSortRequestControl.newControl(boolean isCritical,
SortKey... keys)
Creates a new server side sort request control with the provided
criticality and list of sort keys.
|
static ServerSideSortRequestControl |
ServerSideSortRequestControl.newControl(boolean isCritical,
String sortKeys)
Creates a new server side sort request control with the provided
criticality and string representation of a list of sort keys.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.