Package | Description |
---|---|
org.opends.admin.ads |
Defines the different classes that are you used to have a read-only
view of the configuration of the servers that are registered in the
Administration Directory Server (ADS).
|
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.quicksetup |
Defines the main classes that are you used by both the QuickSetup utilities:
the installer.
|
Modifier and Type | Method and Description |
---|---|
LinkedHashSet<PreferredConnection> |
TopologyCache.getPreferredConnections()
Returns the list of LDAP URLs and connection type that are preferred to be
used to connect to the servers.
|
Modifier and Type | Method and Description |
---|---|
void |
TopologyCache.setPreferredConnections(Set<PreferredConnection> cnx)
Sets the list of LDAP URLs and connection type that are preferred to be
used to connect to the servers.
|
Modifier and Type | Method and Description |
---|---|
static PreferredConnection |
PreferredConnection.getPreferredConnection(InitialLdapContext ctx)
Commodity method that returns a PreferredConnection object with the
information on a given InitialLdapContext.
|
Modifier and Type | Method and Description |
---|---|
static Set<PreferredConnection> |
PreferredConnection.getPreferredConnections(InitialLdapContext ctx)
Commodity method that generates a list of preferred connection (of just
one) with the information on a given InitialLdapContext.
|
Constructor and Description |
---|
ServerLoader(Map<ADSContext.ServerProperty,Object> serverProperties,
String dn,
String pwd,
ApplicationTrustManager trustManager,
int timeout,
Set<PreferredConnection> preferredLDAPURLs,
TopologyCacheFilter filter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected InitialLdapContext |
Application.getRemoteConnection(ServerDescriptor server,
String dn,
String pwd,
ApplicationTrustManager trustManager,
int timeout,
Set<PreferredConnection> cnx)
Gets an InitialLdapContext based on the information that appears on the
provided ServerDescriptor object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.