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<ManageDsaItRequestControl> |
ManageDsaItRequestControl.DECODER
A decoder which can be used for decoding the Manage DsaIT request control.
|
Modifier and Type | Method and Description |
---|---|
static ManageDsaItRequestControl |
ManageDsaItRequestControl.newControl(boolean isCritical)
Creates a new ManageDsaIT request control having the provided
criticality.
|
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.