// Repository home directory
// (variable will be replaced later when converting RepositoryConf to RepositoryConfig)
String home = "${" + Xml.REPOSITORY_HOME_VARIABLE + "}";
// File system implementation
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);