workstation == null ? EMPTY_STRING
: workstation,
domain == null ? EMPTY_STRING : domain);
}
final AuthenticationImpl auth = new AuthenticationImpl(
new AuthScope(host, port, realm, scheme),
credentials, authScheme);
basicAuthList.add(auth);
}
paramMap.put(HcHttpClient.BASIC_AUTHENTICATIONS_PROPERTY,