Object argList[] = new Object[1];
argList[0] = metaData.getId();
IdentityStoreRepository repo = (IdentityStoreRepository)ct.newInstance(argList);
IdentityRepositoryConfigurationContext repoConfigurationContext =
new IdentityRepositoryConfigurationContextImpl(configMD, this, metaData);
repo.bootstrap(repoConfigurationContext, bootstrappedIdentityStores, bootstrappedAttributeStores);
bootstrappedRepositories.put(repo.getId(), repo);