public final class ConfigParameters extends Object
| Modifier and Type | Method and Description |
|---|---|
static ConfigParameters |
configParams()
Creates configuration parameters.
|
ConfigParameters |
configurationFile(String file)
Sets the path of the configuration file of the directory server.
|
ConfigParameters |
disableConnectionHandlers(boolean disable)
Sets the indicator allowing to disable the connection handlers.
|
ConfigParameters |
serverInstanceDirectory(String dir)
Sets the install root directory of the directory server.
|
ConfigParameters |
serverRootDirectory(String dir)
Sets the server root directory of the directory server.
|
public static ConfigParameters configParams()
public ConfigParameters serverRootDirectory(String dir)
The server root is the location where the binaries and default configuration is stored.
dir - the server root directorypublic ConfigParameters serverInstanceDirectory(String dir)
The install root is the location where the data and live configuration is stored.
dir - the install root directorypublic ConfigParameters configurationFile(String file)
file - the configuration filepublic ConfigParameters disableConnectionHandlers(boolean disable)
disable - true to disable the connection handlersCopyright © 2010-2020 Wren Security. All Rights Reserved.