public class BasicAuthCredentials extends Object implements AuthorisationCredentials
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ConfigurableHttpClient client) |
static BasicAuthCredentials |
basicAuth(Username username,
Password password,
URL url) |
public static BasicAuthCredentials basicAuth(Username username, Password password, URL url)
public void applyTo(ConfigurableHttpClient client)
applyTo
in interface HttpClientSetting
Copyright © 2013. All rights reserved.