Package | Description |
---|---|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
Modifier and Type | Method and Description |
---|---|
static ReplicationServerSetup.ExistingTopology |
ReplicationServerSetup.existingTopology()
Specifies that the new RS should join an existing replication topology.
|
ReplicationServerSetup.ExistingTopology |
ReplicationServerSetup.ExistingTopology.replicateDomainBaseDns(Collection<org.forgerock.opendj.ldap.Dn> baseDns)
Adds provided base DNs to the list of domains that the new RS should replicate.
|
ReplicationServerSetup.ExistingTopology |
ReplicationServerSetup.ExistingTopology.replicateDomainBaseDns(org.forgerock.opendj.ldap.Dn... baseDns)
Adds provided base DNs to the list of domains that the new RS should replicate.
|
ReplicationServerSetup.ExistingTopology |
ReplicationServerSetup.ExistingTopology.replicateDomainBaseDns(String... baseDns)
Adds provided base DNs to the list of domains that the new RS should replicate.
|
ReplicationServerSetup.ExistingTopology |
ReplicationServerSetup.ExistingTopology.replicationServer(String hostPortStr)
Specifies host and administration port of the replication server in the topology that should be contacted
to gather replication topology information.
|
ReplicationServerSetup.ExistingTopology |
ReplicationServerSetup.ExistingTopology.replicationServer(String host,
int adminPort)
Specifies host and administration port of the replication server in the topology that should be contacted
to gather replication topology information.
|
ReplicationServerSetup.ExistingTopology |
ReplicationServerSetup.ExistingTopology.trustStore(Security.TrustStore trustStore)
Specifies the
Security.TrustStore to use for trusting certificate of the replication server in the topology. |
Copyright © 2010–2017 ForgeRock AS. All rights reserved.