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 |
---|---|
TopologyCacheFilter |
TopologyCacheFilter.addBaseDnsToSearch(Collection<Dn> dns)
Adds all the base DNs we must search for.
|
TopologyCacheFilter |
TopologyCacheFilter.addBaseDnsToSearch(Dn... dns)
Adds all the base DNs we must search for.
|
TopologyCacheFilter |
TopologyCache.getFilter()
Returns the filter to be used when retrieving information.
|
TopologyCacheFilter |
TopologyCacheFilter.setSearchBaseDnInformation(boolean searchBaseDnInformation)
Sets whether we must search for base DN information or not.
|
TopologyCacheFilter |
TopologyCacheFilter.setSearchMonitoringInformation(boolean searchMonitoringInformation)
Sets whether we must search for monitoring information or not.
|
Modifier and Type | Method and Description |
---|---|
static ServerDescriptor |
ServerDescriptor.createStandalone(ConnectionWrapper connWrapper,
TopologyCacheFilter filter)
Creates a ServerDescriptor object based on the configuration that we read using the provided 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.