See: Description
Class | Description |
---|---|
AbstractNewEntryPanel |
Abstract class used to re-factor some code among the different panels that are used to create a new entry.
|
AddToGroupPanel |
The dialog that is displayed when we want to add entries to a set of groups.
|
AttributeSyntaxPanel |
Panel containing information about an attribute syntax.
|
BackendIndexesPanel |
Panel displaying a table containing the indexes of a backend.
|
BackendVLVIndexesPanel |
Panel displaying a table containing the VLV indexes of a backend.
|
BackupListPanel |
Abstract class used to refactor code in panels that contain a backup list on it.
|
BackupPanel |
The panel that appears when the user clicks on 'Backup...'.
|
BaseDNPanel |
A simple dialog where the user can provide a base DN.
|
BinaryAttributeEditorPanel |
Panel that is displayed in the dialog where the user can specify the value of a binary attribute.
|
BinaryValuePanel |
The panel used to display a binary value.
|
BrowseEntriesPanel |
The pane that is displayed when the user clicks on 'Browse Entries...'.
|
CertificateDialog |
This class is used to present the user a certificate to the user in order it to be accepted.
|
ColorAndFontConstants |
Class containing some Fonts and Colors used in the Control Panel.
|
ConfigurationAttributePanel |
The panel that displays a configuration attribute definition.
|
ConfigurationObjectClassPanel |
The panel that displays a configuration objectclass definition.
|
ControlCenterMainPane |
The main panel of the control panel.
|
CustomHTMLEditorKit |
Class used to be able to detect events in the button inside an HTML pane.
|
CustomObjectClassPanel |
The panel that displays a custom object class definition.
|
DeleteBackendPanel |
The panel displayed when the user clicks on 'Delete Backend...' in the browse entries dialog.
|
DuplicateEntryPanel |
The panel used to duplicate an entry.
|
ErrorSearchingEntryPanel |
The panel that is displayed when there is an error searching an entry.
|
ExportLdifPanel |
The panel where the user can export the contents of the server to an LDIF file.
|
GenericDialog |
The generic dialog of the Control Panel.
|
GenericFrame |
The generic frame of the Control Panel.
|
GenericMenuBar |
An abstract class that the different menu bars in the Control Panel extend.
|
ImportLdifPanel |
The panel where the user can import the contents of an LDIF file to the server.
|
InclusionExclusionPanel |
Abstract class used to refactor some code used by the import LDIF and export LDIF panels.
|
IndexBrowserRightPanel |
The panel on the right of the 'Manage Indexes' panel.
|
JavaInformationMonitoringPanel |
The panel displaying the java monitoring information.
|
JavaPropertiesPanel |
The panel where the user can specify the java arguments and java home to be used in the command-lines.
|
LDAPEntryPanel |
This is the panel that contains all the different views to display an entry.
|
LDAPEntrySelectionPanel |
A basic panel that contains a browser.
|
LDIFViewEntryPanel |
The panel displaying an LDIF view of an entry.
|
LocalOrRemotePanel |
The panel that appears when the user is asked to provide authentication.
|
LoginPanel |
The panel that appears when the user is asked to provide authentication.
|
MainActionsPane |
The panel on the left side of the main Control Center dialog.
|
MainMenuBar |
The menu bar that appears on the main panel.
|
ManageTasksPanel |
The panel displaying the list of scheduled tasks.
|
MatchingRulePanel |
Class displaying the contents of a matching rule.
|
NewAttributePanel |
The panel displayed when the user wants to define a new attribute in the schema.
|
NewBaseDNPanel |
The class that appears when the user clicks on 'New Base DN'.
|
NewDomainPanel |
The panel to create a domain.
|
NewEntryFromLDIFPanel |
The panel used to create a new entry using an LDIF representation.
|
NewGroupPanel |
The panel to create a group.
|
NewIndexPanel |
Panel that appears when the user defines a new index.
|
NewObjectClassPanel |
The panel displayed when the user wants to define a new object class in the schema.
|
NewOrganizationalUnitPanel |
The panel used to create a new organizational unit.
|
NewUserPanel |
The panel used to create a new user.
|
NoItemSelectedPanel |
A simple panel containing a message.
|
ObjectClassEditorPanel |
This is the class used to edit the object class of a given entry, it displays the structural objectclass of the entry
and its auxiliary objectclasses.
|
ProgressDialog |
The dialog that is used to display progress in a task.
|
RebuildIndexPanel |
The panel that appears when the user wants to rebuild indexes.
|
RefreshOptionsPanel |
The panel that displays the refresh options of the control panel.
|
ResetUserPasswordPanel |
Panel that appears when the user wants to change the password of a user.
|
SchemaBrowserRightPanel |
The panel on the right of the 'Manage Schema' panel.
|
SchemaElementPanel |
Abstract class used to re-factor some code among the panels that display the contents of a schema element.
|
SelectObjectClassesPanel |
This is a class where the user can choose from a list of available object classes one or more object classes.
|
StandardObjectClassPanel |
The panel that displays a standard object class definition.
|
StatusGenericPanel |
An abstract class that contains a number of methods that are shared by all the inheriting classes.
|
TaskToSchedulePanel |
The panel that allows the user to specify when a task will be launched.
|
UIFactory |
This class provides constants an methods to create Swing objects and to generate UI elements with a common look and
feel.
|
UnsavedChangesDialog |
Dialog used to inform the user that there are unsaved changes in a panel.
|
VerifyIndexPanel |
The panel that appears when the user wants to verify an index.
|
ViewEntryPanel |
Abstract class containing code shared by the different LDAP entry view panels (Simplified View, Attribute View and
LDIF View).
|
VLVIndexPanel |
The panel that displays an existing VLV index (it appears on the right of the 'Manage Indexes' dialog).
|
WebBrowserErrorDialog |
This class is a dialog that appears when we could not launch the user web browser after the user clicked on a link.
|
WindowsServicePanel |
The panel that displays the Windows Service panel configuration for the server.
|
Enum | Description |
---|---|
CertificateDialog.ReturnType |
The enumeration that defines the different answers that the user can provide for this dialog.
|
GenericDialog.ButtonType |
The different combinations of buttons that the dialog can have.
|
LDAPEntryPanel.View |
The different views that we have to display an LDAP entry.
|
LDAPEntrySelectionPanel.Filter |
The values of the filters that will be used when opening the dialog where this panel is contained.
|
UIFactory.IconType |
The following enumeration contains the different icons that we can have.
|
UIFactory.TextStyle |
The following enumeration contains the different text styles that we can have.
|
UnsavedChangesDialog.Result |
The different input that the user can provide.
|
UserDataCertificateException.Type |
The enumeration for the different types of the exception.
|
Exception | Description |
---|---|
UserDataCertificateException |
This exception is used when there is a certificate issue and the user must be asked to accept it or not.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.