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

/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/persistence/
H A DConfigBootstrapHelper.java102 * @param repoType the type of the bootstrap repository, equivalent to the last part of its PID
106 public static JsonValue getBootConfig(String propertyPrefix, String filePrefix, String repoType, argument
109 result.put(OPENIDM_REPO_TYPE, repoType);
113 if (sysPropType != null && sysPropType.toLowerCase().equals(repoType)) {
126 File unqualified = new File(confDir, filePrefix + repoType.toLowerCase() + JSON_CONFIG_FILE_EXT);
128 + filePrefix + repoType.toLowerCase() + JSON_CONFIG_FILE_EXT);
140 logger.debug("No configuration to bootstrap {}", repoType);
145 logger.error("No configuration to bootstrap {} found.", repoType);
151 JsonValue jsonCfg = new JSONEnhancedConfig().getConfiguration(rawConfig, bundleContext, repoType);
157 logger.warn("Failed to load configuration file to bootstrap {}", repoType,
179 getRepoBootConfig(String repoType, BundleContext bundleContext) argument
197 getDataSourceBootConfig(String repoType, BundleContext bundleContext) argument
[all...]

Completed in 28 milliseconds