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.browser |
Defines the main classes that are you used by the entry browser of the
Control Panel.
|
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.guitools.uninstaller.ui |
Defines the classes that are related to AWT and Swing for the code of
the uninstaller-gui command line.
|
org.opends.quicksetup |
Defines the main classes that are you used by both the QuickSetup utilities:
the installer.
|
org.opends.quicksetup.installer |
Defines the classes that are you used by the installer.
|
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.
|
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 InitialLdapContext.
|
Modifier and Type | Method and Description |
---|---|
void |
BrowserController.setConnections(ServerDescriptor server,
ConnectionWrapper ctxConfiguration,
InitialLdapContext ctxUserData)
Set the connection for accessing the directory.
|
Modifier and Type | Method and Description |
---|---|
ConnectionWrapper |
ControlPanelInfo.getConnection()
Returns the connection to be used by the ControlPanelInfo to retrieve
monitoring and configuration information.
|
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.getAdminDirContext(ControlPanelInfo controlInfo,
String bindDN,
String pwd)
Returns the InitialLdapContext 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 |
ConfigFromDirContext.readConfiguration(ConnectionWrapper connWrapper)
Reads configuration and monitoring information using the provided
connection.
|
Modifier and Type | Method and Description |
---|---|
ConnectionWrapper |
LoginDialog.getConnection()
Returns the connection we got with the provided authentication.
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionWrapper |
Application.getRemoteConnection(ServerDescriptor server,
String dn,
String pwd,
int timeout,
Set<PreferredConnection> cnx)
Gets a connection based on the information that appears on the
provided ServerDescriptor object.
|
Modifier and Type | Method and Description |
---|---|
org.opends.quicksetup.installer.ConfiguredReplication |
InstallerHelper.configureReplication(ConnectionWrapper conn,
Map<String,Set<String>> replicationServers,
int replicationPort,
boolean useSecureReplication,
Set<Integer> usedReplicationServerIds,
Set<Integer> usedServerIds)
Configures the replication on a given server.
|
void |
InstallerHelper.createBackend(ConnectionWrapper conn,
String backendName,
Set<String> baseDNs,
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> backendType)
Creates a database backend on the server.
|
void |
InstallerHelper.unconfigureReplication(ConnectionWrapper conn,
org.opends.quicksetup.installer.ConfiguredReplication replConf)
Configures the replication on a given server.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationCliMain.initializeAllSuffix(String baseDN,
ConnectionWrapper conn,
boolean displayProgress)
Initializes all the replicas in the topology with the contents of a
given replica.
|
Copyright 2010-2017 ForgeRock AS.