Found it:
HttpTransportProperties.BasicAuthentication
basicAuthentication = new HttpTransportProperties().
new BasicAuthentication();
basicAuthentication.setUsername(userName);
basicAuthentication.setPassword(password);
options.setProperty(HTTPConstants.BASIC_AUTHENTICATION,
basicAuthentication);
It is available in the snapshots.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
