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).
|
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 Set<PreferredConnection> |
PreferredConnection.getPreferredConnections(ConnectionWrapper conn)
Commodity method that generates a list of preferred connection (of just one) with the information on a given
connection.
|
Constructor and Description |
---|
ServerLoader(Map<ADSContext.ServerProperty,Object> serverProperties,
Dn dn,
String pwd,
ApplicationTrustManager trustManager,
int timeout,
Set<PreferredConnection> preferredLDAPURLs,
TopologyCacheFilter filter)
Constructor.
|
Copyright 2010-2018 ForgeRock AS.