Uses of Class
org.forgerock.opendj.server.embedded.ConfigParameters
Package
Description
Provides support for an embedded directory server.
-
Uses of ConfigParameters in org.forgerock.opendj.server.embedded
Modifier and TypeMethodDescriptionstatic ConfigParameters
ConfigParameters.configParams()
Creates configuration parameters.ConfigParameters.configResolver
(PropertyResolver resolver) Sets thePropertyResolver
to use to resolve configuration properties.ConfigParameters.configurationFile
(Path filePath) Sets the path of the configuration filePath of the directory server.ConfigParameters.deploymentId
(DeploymentId deploymentId) Specifies theDeploymentId
which should be used for securing the deployment of the directory server.ConfigParameters.disableConnectionHandlers
(boolean disable) Sets the indicator allowing to disable the connection handlers.Sets the server ID of the directory server.ConfigParameters.serverInstanceDirectory
(Path instanceDirPath) Sets the instance root directory of the directory server.ConfigParameters.serverRootDirectory
(Path serverRootDir) Sets the server root directory of the directory server.Modifier and TypeMethodDescriptionstatic 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.