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. -
-
Uses of ConfigurationRepository in org.forgerock.opendj.config.server
Methods in org.forgerock.opendj.config.server that return ConfigurationRepository Modifier and Type Method Description ConfigurationRepositoryServerManagementContext. 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)Creates a context from the provided configuration repository.
-