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 StringgetAuthKey()StringgetPassword()StringgetProxyPassword()intgetProxyPort()StringgetProxyServer()StringgetProxyUsername()StringgetServer()StringgetUsername()voidsetProxyCredentials(String proxyServer, int proxyPort, String proxyUsername, String proxyPassword)voidsetQualysCredentials(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)
-
-