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.server.tools |
Contains various Directory Server tool implementations.
|
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 conn,
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.
|
Constructor and Description |
---|
ConnectionWrapper(ConnectionWrapper other)
Creates a connection wrapper by copying the provided one.
|
Modifier and Type | Method and Description |
---|---|
ConnectionWrapper |
ConnectionWithControls.getConnectionWrapper()
Returns the connection wrapper.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LDAPConnectionPool.isConnectionRegistered(ConnectionWrapper conn)
Returns whether the connection passed is registered in the connection pool.
|
void |
LDAPConnectionPool.registerConnection(ConnectionWrapper conn)
Registers a connection in this connection pool.
|
void |
BrowserController.setConnections(ServerDescriptor server,
ConnectionWrapper connConfiguration,
ConnectionWrapper connUserData)
Set the connection for accessing the directory.
|
void |
LDAPConnectionPool.unregisterConnection(ConnectionWrapper conn)
Unregisters a connection from this connection pool.
|
Constructor and Description |
---|
ConnectionWithControls(ConnectionWrapper conn,
ServerSideSortRequestControl sortControl,
ManageDsaItRequestControl followReferralsControl)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ConnectionWrapper |
ControlPanelInfo.getConnection()
Returns the connection to be used by the ControlPanelInfo to retrieve monitoring and configuration information.
|
ConnectionWrapper |
ControlPanelInfo.getUserDataConnection()
Returns the connection to be used by the ControlPanelInfo to retrieve user data.
|
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.
|
void |
ControlPanelInfo.setUserDataConnection(ConnectionWrapper conn)
Sets the connection to be used by the ControlPanelInfo to retrieve user data.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionWrapper |
Utilities.getAdminConnection(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.
|
static ConnectionWrapper |
Utilities.getUserDataConnection(ControlPanelInfo controlInfo,
Dn bindDN,
String pwd)
Returns the connection to connect to the server using the information in the ControlCenterInfo object (which
provides the host, port and protocol to be used) and some LDAP credentials.
|
Modifier and Type | Method and Description |
---|---|
static void |
Utilities.ping(ConnectionWrapper connWrapper)
Ping the specified connection.
|
void |
ConfigFromConnection.readConfiguration(ConnectionWrapper connWrapper)
Reads configuration and monitoring information using the provided connection.
|
Schema |
RemoteSchemaLoader.readSchema(ConnectionWrapper connWrapper)
Reads and returns the schema.
|
void |
ConfigFromConnection.updateTaskInformation(ConnectionWrapper connWrapper,
List<Exception> errors,
Collection<TaskEntry> taskEntries)
Updates the provided list of TaskEntry with the task entries found in a server.
|
Modifier and Type | Method and Description |
---|---|
static void |
BackendCreationHelper.createBackendOnline(String backendName,
Collection<Dn> baseDNs,
ManagedObjectDefinition<? extends BackendCfgClient,? extends BackendCfg> backendType,
ConnectionWrapper conn)
Add a new backend with the provided name in the config.ldif file.
|
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-2020 ForgeRock AS.