| Package | Description |
|---|---|
| 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 both the off-line and the web start
installer.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ServerDescriptor,AuthenticationData> |
UserData.getRemoteWithNoReplicationPort()
Returns a Map containing as key a ServerDescriptor and as value an Integer
corresponding to the Replication Port chosen by the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserData.setRemoteWithNoReplicationPort(Map<ServerDescriptor,AuthenticationData> remoteWithNoReplicationPort)
Sets a the Replication Ports chosen by the user in the remote servers.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationData |
DataReplicationOptions.getAuthenticationData()
Returns the AuthenticationData to the server used to replicate.
|
| Modifier and Type | Method and Description |
|---|---|
static DataReplicationOptions |
DataReplicationOptions.createInExistingTopology(AuthenticationData authenticationData,
int replicationPort,
boolean secureReplication)
Construct an IN_EXISTING_TOPOLOGY object.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.