See: Description
| Class | Description |
|---|---|
| AuthenticationData |
This class is used to provide a data model for the different parameters used
to connect to a server that we want to replicate contents with.
|
| DataReplicationOptions |
This class is used to provide a data model for the Data Replication
Options panel of the installer.
|
| Installer |
This is an abstract class that is in charge of actually performing the
installation.
|
| InstallerHelper |
This is the only class that uses classes in org.opends.server (excluding the
case of DynamicConstants, SetupUtils and CertificateManager
which are already included in quicksetup.jar).
|
| NewSuffixOptions |
This class is used to provide a data model for the Data Options panel of the
installer.
|
| SetupLauncher |
This class is called by the setup command line to launch the setup
of the Directory Server.
|
| SuffixesToReplicateOptions |
This class is used to provide a data model for the Suffix to Replicate
Options panel of the installer.
|
| Enum | Description |
|---|---|
| DataReplicationOptions.Type |
This enumeration is used to know what the user wants to do for the data
(import data or not, what use as source of the data...).
|
| InstallProgressStep |
Enumeration of installation steps.
|
| NewSuffixOptions.Type |
This enumeration is used to know what the user wants to do for the data
(import data or not, what use as source of the data...).
|
| SuffixesToReplicateOptions.Type |
This enumeration is used to know what the user wants to do for the data
(import data or not, what use as source of the data...).
|
| Exception | Description |
|---|---|
| PeerNotFoundException |
The exception that is thrown during initialization if the peer specified
could not be found.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.