private Map<String, IdentitySessionConfigurationContext> createRealmMap(IdentityConfigurationMetaData configMD) throws Exception
{
//TODO: some validation, sanity checks and error reporting
IdentityConfigurationContext configurationContext = new IdentityConfigurationContextImpl(configMD, this);
// IdentityStore
Map<String, IdentityStore> bootstrappedIdentityStores = new HashMap<String, IdentityStore>();
Map<String, AttributeStore> bootstrappedAttributeStores = new HashMap<String, AttributeStore>();