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<Dn> baseDns)
Creates a template LDIF file with provided entries.
|
Profile.Parameter<T> |
Profile.Parameter.defaultValue(String defaultValue)
Sets this profile parameter default value with the provided string.
|
Collection<Profile.Parameter<?>> |
Profile.loadParameterDefinitions()
Returns all parameters associated to this profile.
|
void |
Profile.resolveParameterValues(Path installPath,
Profile.ParameterValuesProvider parameterValuesProvider)
Resolves this profile parameter values using the provided value provider.
|
void |
Profile.resolveParameterValues(Profile.SetupConfiguration setupConfig,
Profile.ParameterValuesProvider parameterValuesProvider)
Resolves this profile parameter values using the provided value provider.
|
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,
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-2022 ForgeRock AS.