Package | Description |
---|---|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
Modifier and Type | Method and Description |
---|---|
DirectoryServerSetup.LocalBackend |
DirectoryServerSetup.LocalBackend.importData(DirectoryServerSetup.ImportDataMethod<?>... importDataMethods)
Specifies data to import in this local backend.
|
DirectoryServerSetup.LocalBackend |
DirectoryServerSetup.LocalBackend.importData(List<DirectoryServerSetup.ImportDataMethod<?>> importDataMethods)
Specifies data to import in this local backend.
|
static DirectoryServerSetup.LocalBackend |
DirectoryServerSetup.localBackend(String backendName)
Creates a new empty
DirectoryServerSetup.LocalBackend with no data to import. |
Modifier and Type | Method and Description |
---|---|
DirectoryServerSetup |
DirectoryServerSetup.addLocalBackend(DirectoryServerSetup.LocalBackend localBackend)
Specifies a local backend to create during this directory server setup.
|
Copyright 2010-2018 ForgeRock AS.