Package | Description |
---|---|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
Modifier and Type | Method and Description |
---|---|
static Path |
SetupUtils.createBaseEntryTempFileToImport(List<org.forgerock.opendj.ldap.Dn> baseDns)
Creates a template LDIF file with provided entries.
|
void |
Setup.setup()
Main method which will setup the server instance.
|
static void |
SetupUtils.validateInstanceLocFileNotPresent(Path installPath)
Ensures that there is no existing instance.loc file.
|
static int |
SetupUtils.validateReplicationServer(HostPort rs,
org.forgerock.util.Options options,
String password)
Validates that the provided connection is bind to a replication server part of an existing topology and returns
the replication port of the server.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.