AuthenticationManager.get(loginInfo.getCredentialManager().getAuthenticationURL());
// activate the webdav repository for this session
String authCookieName = as.getCookieName();
String authCookieValue = as.getAuthenticationToken();
AuthenticatedWebdavResource wdr =
new RootWebdavResource(baseURL,
authCookieName,
authCookieValue);
WebdavContentCollection root =
new WebdavContentCollection(wdr, null)