| Package | Description |
|---|---|
| org.forgerock.opendj.server.embedded |
Provides support for an embedded directory server.
|
| Modifier and Type | Method and Description |
|---|---|
SetupParameters |
SetupParameters.backendType(String backendType)
Sets the type of the backend containing user information.
|
SetupParameters |
SetupParameters.baseDn(String baseDn)
Sets the base Dn for user information in the directory server.
|
SetupParameters |
SetupParameters.jmxPort(int jmxPort)
Sets the port on which the directory server should listen for JMX communication.
|
SetupParameters |
SetupParameters.ldifFile(String ldif)
Add an ldif file to import after setup.
|
static SetupParameters |
SetupParameters.setupParams()
Creates a builder for the setup parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedDirectoryServer.setup(SetupParameters parameters)
Set this server up from the root directory.
|
Copyright © 2010-2020 Wren Security. All Rights Reserved.