| Package | Description |
|---|---|
| org.opends.admin.ads.util |
Defines a set of auxiliary classes and utilities that are used to
retrieve the configuration of the servers that are registered in the
Administration Directory Server (ADS).
|
| Modifier and Type | Method and Description |
|---|---|
PreferredConnection.Type |
ConnectionWrapper.getConnectionType()
Returns the connection type used by this connection wrapper.
|
PreferredConnection.Type |
PreferredConnection.getType()
Returns the type of the connection.
|
static PreferredConnection.Type |
PreferredConnection.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferredConnection.Type[] |
PreferredConnection.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConnectionWrapper(HostPort hostPort,
PreferredConnection.Type connectionType,
org.forgerock.opendj.ldap.DN bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager)
Creates a connection wrapper.
|
ConnectionWrapper(HostPort hostPort,
PreferredConnection.Type connectionType,
org.forgerock.opendj.ldap.DN bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager,
KeyManager keyManager)
Creates a connection wrapper.
|
PreferredConnection(HostPort hostPort,
PreferredConnection.Type type)
The constructor of the PreferredConnection.
|
Copyright © 2010-2020 Wren Security. All Rights Reserved.