Searched refs:servicePid (Results 1 - 2 of 2) sorted by relevance

/forgerock/openidm-v4/openidm-enhanced-config/src/main/java/org/forgerock/openidm/config/enhanced/
H A DEnhancedConfig.java71 * @param servicePid
77 JsonValue getConfiguration(Dictionary<String, Object> dict, BundleContext context, String servicePid) argument
85 * @param servicePid
93 JsonValue getConfiguration(Dictionary<String, Object> dict, String servicePid, boolean decrypt) argument
H A DJSONEnhancedConfig.java127 String servicePid = (String) compContext.getProperties().get(Constants.SERVICE_PID);
129 JsonValue conf = getConfiguration(dict, compContext.getBundleContext(), servicePid);
138 String servicePid) throws InvalidException, InternalErrorException {
139 return getConfiguration(dict, servicePid, true);
149 public JsonValue getConfiguration(Dictionary<String, Object> dict, String servicePid, argument
162 throw new InvalidException("Configuration for " + servicePid
170 throw new InvalidException("Component configuration for " + servicePid
174 logger.debug("Configuration for {}: {}", servicePid, jv);
137 getConfiguration(Dictionary<String, Object> dict, BundleContext context, String servicePid) argument

Completed in 35 milliseconds