public class HttpBasicAuth extends Object implements Authentication
| Constructor and Description |
|---|
HttpBasicAuth() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
String |
getPassword() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUsername(String username) |
Copyright © 2017. All rights reserved.