FileSystemConf fsc =
new FileSystemConf(parseBeanConf(root, Xml.FILE_SYSTEM_ELEMENT));
// Security Configuration and access manager implementation
Element security = getElement(root, Xml.SECURITY_ELEMENT);
SecurityConf securityConf = parseSecurityConf(security);
// General workspace Configuration
Element workspaces = getElement(root, Xml.WORKSPACES_ELEMENT);
String workspaceDirectory = getAttribute(workspaces, Xml.ROOT_PATH_ATTRIBUTE);