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 ConfigParametersConfigParameters. configParams()Creates configuration parameters.ConfigParametersConfigParameters. configResolver(PropertyResolver resolver)Sets thePropertyResolverto use to resolve configuration properties.ConfigParametersConfigParameters. configurationFile(Path filePath)Sets the path of the configuration filePath of the directory server.ConfigParametersConfigParameters. deploymentId(DeploymentId deploymentId)Specifies theDeploymentIdwhich should be used for securing the deployment of the directory server.ConfigParametersConfigParameters. disableConnectionHandlers(boolean disable)Sets the indicator allowing to disable the connection handlers.ConfigParametersConfigParameters. serverId(String serverId)Sets the server ID of the directory server.ConfigParametersConfigParameters. serverInstanceDirectory(Path instanceDirPath)Sets the instance root directory of the directory server.ConfigParametersConfigParameters. 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 EmbeddedDirectoryServerEmbeddedDirectoryServer. manageEmbeddedDirectoryServer(ConfigParameters configParams, ConnectionParameters connParams, OutputStream out, OutputStream err)Creates an instance of an embedded directory server for any operation.static EmbeddedDirectoryServerEmbeddedDirectoryServer. 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 EmbeddedDirectoryServerEmbeddedDirectoryServer. 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.
-