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 |
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,
String bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager)
Creates a connection wrapper.
|
ConnectionWrapper(HostPort hostPort,
PreferredConnection.Type connectionType,
String bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager,
KeyManager keyManager)
Creates a connection wrapper.
|
ConnectionWrapper(String ldapUrl,
PreferredConnection.Type connectionType,
String bindDn,
String bindPwd,
int connectTimeout,
ApplicationTrustManager trustManager)
Creates a connection wrapper.
|
PreferredConnection(String ldapUrl,
PreferredConnection.Type type)
The constructor of the PreferredConnection.
|
Copyright 2010-2017 ForgeRock AS.