Package | Description |
---|---|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
org.opends.guitools.controlpanel.browser |
Defines the main classes that are you used by the entry browser of the Control Panel.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPConnectionPool.setRequestControls(ServerSideSortRequestControl sortControl,
ManageDsaItRequestControl followReferralsControl)
Sets the request controls to be used by the connections of this connection pool.
|
void |
ConnectionWithControls.setRequestControls(ServerSideSortRequestControl sortControl,
ManageDsaItRequestControl followReferralsControl)
Sets the sort and manage dsa it controls to use when making LDAP operations.
|
Constructor and Description |
---|
ConnectionWithControls(ConnectionWrapper conn,
ServerSideSortRequestControl sortControl,
ManageDsaItRequestControl followReferralsControl)
Constructor.
|
Copyright 2010-2020 ForgeRock AS.