Package | Description |
---|---|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
org.opends.guitools.controlpanel.task |
Defines the main classes that are you used to perform the administrative operations: start the server, modify an
entry, delete a base DN, etc.
|
org.opends.guitools.controlpanel.ui |
Contains the panels and dialogs displayed in the Control Panel.
|
org.opends.guitools.controlpanel.ui.renderer |
Contains some of the list, combo box and table renderers and editors used in the Control Panel: index renderers,
schema renderers, LDAP entry renderers...
|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
Modifier and Type | Method and Description |
---|---|
static ControlPanelInfo |
ControlPanelInfo.getInstance()
Returns a singleton for this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndexTableModel.setData(Set<AbstractIndexDescriptor> newData,
ControlPanelInfo info)
Sets the data for this table model.
|
Modifier and Type | Method and Description |
---|---|
ControlPanelInfo |
Task.getInfo()
Returns the ControlPanelInfo object.
|
Modifier and Type | Method and Description |
---|---|
static List<org.forgerock.opendj.ldap.Modification> |
ModifyEntryTask.getModifications(org.forgerock.opendj.ldap.Entry newEntry,
org.forgerock.opendj.ldap.Entry oldEntry,
ControlPanelInfo info)
Gets the modifications to apply between two entries.
|
Constructor and Description |
---|
AddToGroupTask(ControlPanelInfo info,
ProgressDialog dlg,
Set<org.forgerock.opendj.ldap.Dn> dns,
Set<org.forgerock.opendj.ldap.Dn> groupDns)
Constructor of the task.
|
CancelTaskTask(ControlPanelInfo info,
ProgressDialog dlg,
List<TaskEntry> tasks)
Constructor of the task.
|
DeleteBaseDNAndBackendTask(ControlPanelInfo info,
ProgressDialog dlg,
Collection<BackendDescriptor> backendsToDelete,
Collection<BaseDNDescriptor> baseDNsToDelete)
Constructor of the task.
|
DeleteEntryTask(ControlPanelInfo info,
ProgressDialog dlg,
TreePath[] paths,
BrowserController controller)
Constructor of the task.
|
DeleteIndexTask(ControlPanelInfo info,
ProgressDialog dlg,
List<AbstractIndexDescriptor> indexesToDelete)
Constructor of the task.
|
DeleteSchemaElementsTask(ControlPanelInfo info,
ProgressDialog dlg,
Set<org.forgerock.opendj.ldap.schema.ObjectClass> ocsToDelete,
Set<org.forgerock.opendj.ldap.schema.AttributeType> attrsToDelete)
Constructor of the task.
|
IndexTask(ControlPanelInfo info,
ProgressDialog dlg,
Collection<String> baseDNs)
Constructor of the task.
|
IndexTask(ControlPanelInfo info,
ProgressDialog dlg,
String baseDN)
Constructor of the task.
|
ModifyAttributeTask(ControlPanelInfo info,
ProgressDialog dlg,
org.forgerock.opendj.ldap.schema.AttributeType oldAttribute,
org.forgerock.opendj.ldap.schema.AttributeType newAttribute)
The constructor of the task.
|
ModifyEntryTask(ControlPanelInfo info,
ProgressDialog dlg,
org.forgerock.opendj.ldap.Entry newEntry,
org.forgerock.opendj.ldap.Entry oldEntry,
BrowserController controller,
TreePath path)
Constructor of the task.
|
ModifyObjectClassTask(ControlPanelInfo info,
ProgressDialog dlg,
org.forgerock.opendj.ldap.schema.ObjectClass oldObjectClass,
org.forgerock.opendj.ldap.schema.ObjectClass newObjectClass)
The constructor of the task.
|
NewEntryTask(ControlPanelInfo info,
ProgressDialog dlg,
Entry newEntry,
List<String> ldifLines,
BasicNode parentNode,
BrowserController controller)
Constructor of the task.
|
NewSchemaElementsTask(ControlPanelInfo info,
ProgressDialog dlg,
Set<org.forgerock.opendj.ldap.schema.ObjectClass> ocsToAdd,
Set<org.forgerock.opendj.ldap.schema.AttributeType> attrsToAdd)
Constructor of the task.
|
RebuildIndexTask(ControlPanelInfo info,
ProgressDialog dlg,
Collection<String> baseDNs,
SortedSet<AbstractIndexDescriptor> indexes)
Constructor of the task.
|
ResetUserPasswordTask(ControlPanelInfo info,
ProgressDialog dlg,
BasicNode node,
BrowserController controller,
char[] pwd)
Constructor of the task.
|
RestartServerTask(ControlPanelInfo info,
ProgressDialog dlg)
Constructor of the task.
|
StartServerTask(ControlPanelInfo info,
ProgressDialog dlg)
Constructor of the task.
|
StopServerTask(ControlPanelInfo info,
ProgressDialog dlg)
Constructor of the task.
|
Task(ControlPanelInfo info,
ProgressDialog progressDialog)
Constructor of the task.
|
Modifier and Type | Method and Description |
---|---|
ControlPanelInfo |
GenericMenuBar.getInfo()
Returns the control panel information.
|
ControlPanelInfo |
StatusGenericPanel.getInfo()
Returns the control panel info object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BrowseEntriesPanel.createBrowserController(ControlPanelInfo info) |
static GenericDialog |
ControlCenterMainPane.getLocalOrRemoteDialog(ControlPanelInfo info)
Returns the dialog that is in charge of asking the user the server to be administer.
|
static GenericDialog |
ControlCenterMainPane.getLocalServerLoginDialog(ControlPanelInfo info)
Returns the dialog that is in charge of asking the user the authentication for the local server.
|
static void |
StatusGenericPanel.launchOperation(Task task,
LocalizableMessage initialSummary,
LocalizableMessage successSummary,
LocalizableMessage successDetail,
LocalizableMessage errorSummary,
LocalizableMessage errorDetail,
LocalizableMessageDescriptor.Arg1<Number> errorDetailCode,
ProgressDialog dialog,
boolean resetLogs,
ControlPanelInfo info)
Launch an task.
|
void |
VerifyIndexPanel.setInfo(ControlPanelInfo info) |
void |
SchemaBrowserRightPanel.setInfo(ControlPanelInfo info) |
void |
LDAPEntryPanel.setInfo(ControlPanelInfo info) |
void |
BrowseEntriesPanel.setInfo(ControlPanelInfo info) |
void |
RebuildIndexPanel.setInfo(ControlPanelInfo info) |
void |
StatusGenericPanel.setInfo(ControlPanelInfo info)
Sets the control panel info object.
|
void |
IndexBrowserRightPanel.setInfo(ControlPanelInfo info) |
Constructor and Description |
---|
ControlCenterMainPane(ControlPanelInfo info)
Constructor.
|
InclusionExclusionTask(ControlPanelInfo info,
ProgressDialog dlg)
The constructor of the task.
|
MainMenuBar(ControlPanelInfo info)
Constructor.
|
ProgressDialog(JFrame parentFrame,
Component relativeTo,
LocalizableMessage title,
ControlPanelInfo info)
Constructor of the dialog.
|
UnsavedChangesDialog(Component parentDialog,
ControlPanelInfo info)
Constructor of the dialog.
|
Modifier and Type | Method and Description |
---|---|
ControlPanelInfo |
AttributeCellEditor.getInfo()
Returns the control panel information.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeCellEditor.setInfo(ControlPanelInfo info)
Sets the control panel information.
|
Constructor and Description |
---|
IndexCellRenderer(JList list,
ControlPanelInfo info)
Constructor of the index cell renderer.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionWrapper |
Utilities.getAdminConnection(ControlPanelInfo controlInfo,
org.forgerock.opendj.ldap.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,
org.forgerock.opendj.ldap.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.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.