}
if (backendRoot == null) {
Message message = ERR_CONFIG_BACKEND_BASE_DOES_NOT_EXIST.get();
throw new ConfigException(message);
}
for (String name : root.listBackends()) {
BackendCfg backendCfg = root.getBackend(name);
String backendID = backendCfg.getBackendId();
if(backendCfg instanceof TrustStoreBackendCfg ||
backendCfg instanceof LDIFBackendCfg) {
if(backendCfg.isEnabled()) {