Class QualysAuth
- java.lang.Object
-
- com.qualys.plugins.wasPlugin.QualysAuth.QualysAuth
-
public class QualysAuth extends Object
-
-
Constructor Summary
Constructors Constructor Description QualysAuth()
QualysAuth(String server, String oauthKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getServer
public String getServer()
-
getUsername
public String getUsername()
-
getPassword
public String getPassword()
-
getProxyServer
public String getProxyServer()
-
getProxyUsername
public String getProxyUsername()
-
getProxyPassword
public String getProxyPassword()
-
getProxyPort
public int getProxyPort()
-
getAuthKey
public String getAuthKey()
-
setQualysCredentials
public void setQualysCredentials(String server, String username, String password)
-
-