public class QualysAuth extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
serverApiURL |
static List<String> |
serverGatewayURL |
static List<String> |
serverPlatformURL |
| Constructor and Description |
|---|
QualysAuth() |
QualysAuth(String server,
String oauthKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthKey() |
hudson.util.Secret |
getPassword() |
hudson.util.Secret |
getProxyPassword() |
int |
getProxyPort() |
String |
getProxyServer() |
String |
getProxyUsername() |
String |
getServer() |
String |
getToken() |
String |
getUsername() |
boolean |
isFreeUserType() |
void |
setFreeUserType(boolean freeUserType) |
void |
setProxyCredentials(String proxyServer,
int proxyPort,
String proxyUsername,
String proxyPassword) |
void |
setQualysCredentials(String server,
String username,
String password) |
void |
setToken(String token) |
void |
setTokenServer(String tokenServer) |
public String getServer()
public String getUsername()
public hudson.util.Secret getPassword()
public String getProxyServer()
public String getProxyUsername()
public hudson.util.Secret getProxyPassword()
public int getProxyPort()
public String getAuthKey()
public void setTokenServer(String tokenServer)
public void setQualysCredentials(String server, String username, String password)
public void setProxyCredentials(String proxyServer, int proxyPort, String proxyUsername, String proxyPassword)
public String getToken()
public void setToken(String token)
public boolean isFreeUserType()
public void setFreeUserType(boolean freeUserType)
Copyright © 2016–2020 Qualys Inc.. All rights reserved.