| Package | Description |
|---|---|
| org.opends.server.controls |
Contains classes that represent specific LDAP controls and their values.
|
| Modifier and Type | Method and Description |
|---|---|
SortOrder |
ServerSideSortRequestControl.getSortOrder()
Retrieves the sort order for this server-side sort request control.
|
| Constructor and Description |
|---|
ServerSideSortRequestControl(boolean isCritical,
SortOrder sortOrder)
Creates a new server-side sort request control with the provided
information.
|
ServerSideSortRequestControl(SortOrder sortOrder)
Creates a new server-side sort request control based on the provided sort
order.
|
Copyright © 2010-2018 ForgeRock AS. All Rights Reserved.