Object argList[] = new Object[1];
argList[0] = metaData.getId();
IdentityStore store = (IdentityStore)ct.newInstance(argList);
store.bootstrap(metaData);
bootstrappedIdentityStores.put(store.getId(), store);
bootstrappedAttributeStores.put(store.getId(), store);
}