public final class SetupParameters extends Object
Modifier and Type | Method and Description |
---|---|
SetupParameters |
baseDn(String baseDn)
Sets the base Dn for user information in the directory server.
|
SetupParameters |
ldifFile(String ldif)
Add an ldif file to import after setup.
|
static SetupParameters |
setupParams()
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-2018 ForgeRock AS.