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.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
org.opends.server.tools.dsreplication |
Defines the classes that are you used by the replication command lines.
|
Modifier and Type | Method and Description |
---|---|
ConnectionWrapper |
ADSContext.getConnection()
Returns the connection used to retrieve information by this ADSContext.
|
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.
|
static void |
ServerDescriptor.seedAdsTrustStore(ConnectionWrapper connWrapper,
Map<String,byte[]> keyEntryMap)
Seeds the bound instance's local ads-truststore with a set of instance key-pair public key certificates.
|
Constructor and Description |
---|
ADSContext(ConnectionWrapper connectionWrapper)
Constructor of the ADSContext.
|
Modifier and Type | Method and Description |
---|---|
ConnectionWrapper |
ServerLoader.createConnectionWrapper()
Returns a Connection Wrapper.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ControlPanelInfo.setConnection(ConnectionWrapper connWrapper)
Sets the dir context to be used by the ControlPanelInfo to retrieve monitoring and configuration information.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionWrapper |
Utilities.getAdminConnection(HostPort hostPort,
ControlPanelInfo controlInfo,
Dn bindDN,
String pwd)
Returns the connection to connect to the administration connector of the server using the information in the
ControlCenterInfo object (which provides the host and administration connector port to be used) and some LDAP
credentials.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigFromConnection.readConfiguration(ConnectionWrapper connWrapper)
Reads configuration and monitoring information using the provided connection.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationCliMain.initializeAllSuffix(Dn baseDN,
ConnectionWrapper conn,
boolean displayProgress)
Initializes all the replicas in the topology with the contents of a given replica.
|
Copyright 2010-2018 ForgeRock AS.