Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
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).
|
org.opends.guitools.controlpanel.browser |
Defines the main classes that are you used by the entry browser of the Control Panel.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionSecurity |
ConnectionSecurity.connectionSecurity(boolean useSsl,
boolean useStartTls)
Returns the connection security equivalent to the provided
useSsl and
useStartTls boolean parameters. |
static ConnectionSecurity |
ConnectionSecurity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionSecurity[] |
ConnectionSecurity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProxyServerSetup.ServiceDiscoveryMechanism<T> |
ProxyServerSetup.ServiceDiscoveryMechanism.connectionSecurity(ConnectionSecurity connectionSecurity)
Specifies how to secure communications performed by the service discovery mechanism.
|
Modifier and Type | Method and Description |
---|---|
ConnectionSecurity |
ConnectionWrapper.getConnectionSecurity()
Returns the connection security used by this connection wrapper.
|
ConnectionSecurity |
PreferredConnection.getType()
Returns the connection security.
|
Constructor and Description |
---|
ConnectionWrapper(HostPort hostPort,
ConnectionSecurity connectionSecurity,
Dn bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager)
Creates a connection wrapper.
|
ConnectionWrapper(HostPort hostPort,
ConnectionSecurity connectionSecurity,
Dn bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager,
KeyManager keyManager)
Creates a connection wrapper.
|
PreferredConnection(HostPort hostPort,
ConnectionSecurity connectionSecurity)
The constructor of the PreferredConnection.
|
Modifier and Type | Method and Description |
---|---|
static LDAPURL |
LDAPConnectionPool.makeLDAPUrl(HostPort hostPort,
String dn,
ConnectionSecurity connectionSecurity)
Make an url from the specified arguments.
|
Copyright 2010-2020 ForgeRock AS.