setup
object returned by
EmbeddedDirectoryServer.initializeConfiguration()
should be used to specify embedded server setup parameters.@Deprecated public final class SetupParameters extends Object
Modifier and Type | Method and Description |
---|---|
SetupParameters |
baseDn(String baseDn)
Deprecated.
Sets the base Dn for user information in the directory server.
|
SetupParameters |
ldifFile(String ldif)
Deprecated.
Add an ldif file to import after setup.
|
static SetupParameters |
setupParams()
Deprecated.
Creates a builder for the setup parameters.
|
public static SetupParameters setupParams()
public SetupParameters baseDn(String baseDn)
baseDn
- the base Dnpublic SetupParameters ldifFile(String ldif)
ldif
- the LDIF to importCopyright 2010-2022 ForgeRock AS.