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)
Apply authentication settings to header and query params.
|
String |
getAuthString() |
String |
getPassword() |
String |
getUsername() |
void |
setAuthString(String authString) |
void |
setPassword(String password) |
void |
setUsername(String username) |
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getAuthString()
public void setAuthString(String authString)
public void applyToParams(List<Pair> queryParams, Map<String,String> headerParams)
Authentication
applyToParams
in interface Authentication
queryParams
- List of query parametersheaderParams
- Map of header parametersCopyright © 2017-2023 Fortanix Inc. All Rights Reserved