(SECURITY_STORE,
referenceDefinition.getAttribute("store"));
getLogger().log("Security store references " + referenceDefinition.getAttribute("store"),LOG_CHANNEL,Logger.INFO);
} catch (ConfigurationException ex) {
getLogger().log("Security store: " + securityStoreDefinition.getAttribute("classname"),LOG_CHANNEL,Logger.INFO);
SecurityStore securityStore =
(SecurityStore) loadChildStore(securityStoreDefinition,
storeParameters);
if (securityStore != null) {
currentStoreChildStores.put(SECURITY_STORE, securityStore);
}