public final class SetupParameters extends Object
| Modifier and Type | Method and Description |
|---|---|
SetupParameters |
backendType(String backendType)
Sets the type of the backend containing user information.
|
SetupParameters |
baseDn(String baseDn)
Sets the base Dn for user information in the directory server.
|
SetupParameters |
jmxPort(int jmxPort)
Sets the port on which the directory server should listen for JMX communication.
|
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 jmxPort(int jmxPort)
jmxPort - the JMX portpublic SetupParameters backendType(String backendType)
backendType - the backend type (e.g. je, pdb)public SetupParameters ldifFile(String ldif)
ldif - the LDIF to importCopyright © 2010-2020 Wren Security. All Rights Reserved.