DefaultFileSystemConfigBuilder.getInstance().setUserAuthenticator(options, auth);
}
@Override
public final Site createConnection(final ConnectionDescription description) throws net.sourceforge.fullsync.FileSystemException, IOException {
return new CommonsVfsConnection(description, this);
}