| Package | Description |
|---|---|
| org.forgerock.opendj.server.embedded |
Provides support for an embedded directory server.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationParameters |
ReplicationParameters.baseDn(String baseDn)
Sets the base Dn of the data to be replicated.
|
ReplicationParameters |
ReplicationParameters.connectionParamsForDestination(ConnectionParameters destinationParams)
Sets the connection parameters of the second server (destination) whose contents will be replicated.
|
static ReplicationParameters |
ReplicationParameters.replicationParams()
Creates a builder for the replication parameters.
|
ReplicationParameters |
ReplicationParameters.replicationPortDestination(int port)
Sets the replication port of the second server (destination) whose contents will be replicated.
|
ReplicationParameters |
ReplicationParameters.replicationPortSource(int port)
Sets the replication port of the first server (source) whose contents will be replicated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedDirectoryServer.configureReplication(ReplicationParameters parameters)
Configures replication between this directory server (first server) and another server
(second server).
|
void |
EmbeddedDirectoryServer.initializeReplication(ReplicationParameters parameters)
Initializes replication between this server and another server.
|
Copyright © 2010-2020 Wren Security. All Rights Reserved.