return rmProcessor.buildRealmConfiguration(realmElement);
}
private TenantMgtConfiguration buildTenantMgtConfig(BundleContext bc)
throws UserStoreException {
TenantMgtXMLProcessor tenantMgtXMLProcessor = new TenantMgtXMLProcessor();
tenantMgtXMLProcessor.setBundleContext(bc);
return tenantMgtXMLProcessor.buildTenantMgtConfigFromFile();
}