Object argList[] = new Object[1];
argList[0] = metaData.getId();
IdentityStore store = (IdentityStore)ct.newInstance(argList);
IdentityStoreConfigurationContext storeConfigurationCtx =
new IdentityStoreConfigurationContextImpl(configMD, this, metaData);
store.bootstrap(storeConfigurationCtx);
bootstrappedIdentityStores.put(store.getId(), store);