Package | Description |
---|---|
org.forgerock.opendj.server.embedded |
Provides support for an embedded directory server.
|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
Modifier and Type | Method and Description |
---|---|
DirectoryServerSetup |
EmbeddedDirectoryServer.initializeConfiguration()
Creates a directory server setup object pre-initialized with configuration and connection parameters provided
while creating this embedded directory server and returns the setup object to allow further configuration actions
such as backend creation or profile setup.
|
Modifier and Type | Method and Description |
---|---|
DirectoryServerSetup |
DirectoryServerSetup.addLocalBackend(DirectoryServerSetup.LocalBackend localBackend)
Specifies a local backend to create during this directory server setup.
|
DirectoryServerSetup |
DirectoryServerSetup.clearLocalBackends()
Removes all
DirectoryServerSetup.LocalBackend and base DNs registered in this DirectoryServerSetup . |
DirectoryServerSetup |
DirectoryServerSetup.clearProfiles()
Removes all
profiles registered in this DirectoryServerSetup . |
static DirectoryServerSetup |
DirectoryServerSetup.newDirectorySetup()
Creates a new
DirectoryServerSetup object to start adding setup parameters. |
DirectoryServerSetup |
DirectoryServerSetup.withProfiles(Collection<Profile> profilesToAdd)
Specifies the setup profiles which will be run during the setup.
|
DirectoryServerSetup |
DirectoryServerSetup.withProfiles(Profile... profiles)
Specifies the setup profiles which will be run during the setup.
|
Copyright 2010-2022 ForgeRock AS.