public class ClientProvider extends Object
| Constructor and Description |
|---|
ClientProvider() |
| Modifier and Type | Method and Description |
|---|---|
Supplier<org.apache.http.client.HttpClient> |
getHttpClientSupplier() |
String |
getPassword() |
String |
getUsername() |
void |
setHttpClientSupplier(Supplier<org.apache.http.client.HttpClient> httpClientSupplier) |
void |
setPassword(String password) |
void |
setUsername(String username) |
public Supplier<org.apache.http.client.HttpClient> getHttpClientSupplier()
public void setHttpClientSupplier(Supplier<org.apache.http.client.HttpClient> httpClientSupplier)
httpClientSupplier - the httpClientSupplier to setpublic String getUsername()
public void setUsername(String username)
username - the username to setpublic String getPassword()
public void setPassword(String password)
password - the password to setCopyright © 2013–2020 Adobe. All rights reserved.