Uses of Interface
org.forgerock.opendj.config.server.spi.ConfigurationRepository
-
Packages that use ConfigurationRepository Package Description org.forgerock.opendj.config.server Server-side administration interface.org.opends.server.config Contains code used to interact with the Directory Server configuration. -
-
Uses of ConfigurationRepository in org.forgerock.opendj.config.server
Methods in org.forgerock.opendj.config.server that return ConfigurationRepository Modifier and Type Method Description ConfigurationRepository
ServerManagementContext. getConfigRepository()
Returns the repository containing all configuration entries.Constructors in org.forgerock.opendj.config.server with parameters of type ConfigurationRepository Constructor Description ServerManagementContext(ConfigurationRepository repository, SubstitutionService substitutionService)
Creates a context from the provided configuration repository. -
Uses of ConfigurationRepository in org.opends.server.config
Classes in org.opends.server.config that implement ConfigurationRepository Modifier and Type Class Description class
ConfigurationHandler
Responsible for managing configuration, including listeners on configuration entries.
-