public class QualysAuth extends Object
| Constructor and Description |
|---|
QualysAuth() |
QualysAuth(String server,
String oauthKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthKey() |
String |
getPassword() |
String |
getProxyPassword() |
int |
getProxyPort() |
String |
getProxyServer() |
String |
getProxyUsername() |
String |
getServer() |
String |
getUsername() |
void |
setProxyCredentials(String proxyServer,
int proxyPort,
String proxyUsername,
String proxyPassword) |
void |
setQualysCredentials(String server,
String username,
String password) |
public String getServer()
public String getUsername()
public String getPassword()
public String getProxyServer()
public String getProxyUsername()
public String getProxyPassword()
public int getProxyPort()
public String getAuthKey()
public void setQualysCredentials(String server, String username, String password)
Copyright © 2016–2022 Qualys Inc.. All rights reserved.