IdentityStoreRepository repo = (IdentityStoreRepository)ct.newInstance(argList);
IdentityRepositoryConfigurationContext repoConfigurationContext =
new IdentityRepositoryConfigurationContextImpl(configMD, this, metaData);
repo.bootstrap(repoConfigurationContext, bootstrappedIdentityStores, bootstrappedAttributeStores);
bootstrappedRepositories.put(repo.getId(), repo);
}
// Realms