Searched defs:rootConfiguration (Results 1 - 2 of 2) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DBackendCreationHelper.java137 * @param rootConfiguration
148 public static void createBackend(RootCfgClient rootConfiguration, String backendName, Collection<DN> baseDNs, argument
151 final BackendCfgClient backendCfgClient = rootConfiguration.createBackend(backendType, backendName, null);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DSchemaHandler.java103 final RootCfg rootConfiguration = serverContext.getServerManagementContext().getRootConfiguration();
110 loadSchemaFromProviders(rootConfiguration, schemaBuilder, schemaUpdater);
121 * @param rootConfiguration
129 private void loadSchemaFromProviders(final RootCfg rootConfiguration, final SchemaBuilder schemaBuilder, argument
131 for (final String name : rootConfiguration.listSchemaProviders())
133 final SchemaProviderCfg config = rootConfiguration.getSchemaProvider(name);

Completed in 20 milliseconds