Uses of Class
org.opends.server.config.ConfigurationHandler
-
Packages that use ConfigurationHandler Package Description org.opends.server.config Contains code used to interact with the Directory Server configuration.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of ConfigurationHandler in org.opends.server.config
Methods in org.opends.server.config that return ConfigurationHandler Modifier and Type Method Description static ConfigurationHandler
ConfigurationHandler. bootstrapConfiguration(ServerContext serverContext)
Bootstraps the server configuration. -
Uses of ConfigurationHandler in org.opends.server.core
Methods in org.opends.server.core that return ConfigurationHandler Modifier and Type Method Description ConfigurationHandler
DirectoryServer. getConfigurationHandler()
ConfigurationHandler
ServerContext. getConfigurationHandler()
Returns the configuration handler, which provides operations to the configuration.
-