Package | Description |
---|---|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<ServerSideSortResponseControl> |
ServerSideSortResponseControl.DECODER
A decoder which can be used for decoding the server side sort response control.
|
Modifier and Type | Method and Description |
---|---|
static ServerSideSortResponseControl |
ServerSideSortResponseControl.newControl(ResultCode result)
Creates a new server-side response control with the provided sort result
and no attribute description.
|
static ServerSideSortResponseControl |
ServerSideSortResponseControl.newControl(ResultCode result,
AttributeDescription attributeDescription)
Creates a new server-side response control with the provided sort result
and attribute description.
|
static ServerSideSortResponseControl |
ServerSideSortResponseControl.newControl(ResultCode result,
String attributeDescription)
Creates a new server-side response control with the provided sort result
and attribute description.
|
Copyright 2010-2020 ForgeRock AS.