Uses of Class
org.forgerock.opendj.server.embedded.ConfigParameters
-
Packages that use ConfigParameters Package Description org.forgerock.opendj.server.embedded Provides support for an embedded directory server. -
-
Uses of ConfigParameters in org.forgerock.opendj.server.embedded
Methods in org.forgerock.opendj.server.embedded that return ConfigParameters Modifier and Type Method Description static ConfigParameters
ConfigParameters. configParams()
Creates configuration parameters.ConfigParameters
ConfigParameters. configResolver(PropertyResolver resolver)
Sets thePropertyResolver
to use to resolve configuration properties.ConfigParameters
ConfigParameters. configurationFile(Path filePath)
Sets the path of the configuration filePath of the directory server.ConfigParameters
ConfigParameters. deploymentId(DeploymentId deploymentId)
Specifies theDeploymentId
which should be used for securing the deployment of the directory server.ConfigParameters
ConfigParameters. disableConnectionHandlers(boolean disable)
Sets the indicator allowing to disable the connection handlers.ConfigParameters
ConfigParameters. serverId(String serverId)
Sets the server ID of the directory server.ConfigParameters
ConfigParameters. serverInstanceDirectory(Path instanceDirPath)
Sets the instance root directory of the directory server.ConfigParameters
ConfigParameters. serverRootDirectory(Path serverRootDir)
Sets the server root directory of the directory server.Methods in org.forgerock.opendj.server.embedded with parameters of type ConfigParameters Modifier and Type Method Description static EmbeddedDirectoryServer
EmbeddedDirectoryServer. manageEmbeddedDirectoryServer(ConfigParameters configParams, ConnectionParameters connParams, OutputStream out, OutputStream err)
Creates an instance of an embedded directory server for any operation.static EmbeddedDirectoryServer
EmbeddedDirectoryServer. manageEmbeddedDirectoryServerForRestrictedOps(ConfigParameters configParams)
Creates an instance of an embedded directory server to perform a restricted set of operations that do not need connection parameters.static EmbeddedDirectoryServer
EmbeddedDirectoryServer. manageEmbeddedDirectoryServerForRestrictedOps(ConfigParameters configParams, OutputStream out, OutputStream err)
Creates an instance of an embedded directory server to perform a restricted set of operations that do not need connection parameters.
-