Class QualysAuth


  • public class QualysAuth
    extends Object
    • Field Detail

      • serverPlatformURL

        public static List<String> serverPlatformURL
      • serverApiURL

        public static List<String> serverApiURL
      • serverGatewayURL

        public static List<String> serverGatewayURL
    • Constructor Detail

      • QualysAuth

        public QualysAuth()
    • Method Detail

      • setServer

        public void setServer​(String server)
      • setUsername

        public void setUsername​(String username)
      • setPassword

        public void setPassword​(Secret password)
      • setAuthKey

        public void setAuthKey​(String authKey)
      • setProxyServer

        public void setProxyServer​(String proxyServer)
      • setProxyUsername

        public void setProxyUsername​(String proxyUsername)
      • setUseProxy

        public void setUseProxy​(boolean useProxy)
      • setProxyPassword

        public void setProxyPassword​(Secret proxyPassword)
      • setProxyPort

        public void setProxyPort​(int proxyPort)
      • getServer

        public String getServer()
      • getServerPlatformUrl

        public String getServerPlatformUrl()
      • getServerForTestConnection

        public String getServerForTestConnection()
      • getUsername

        public String getUsername()
      • getPassword

        public Secret getPassword()
      • getProxyServer

        public String getProxyServer()
      • getProxyUsername

        public String getProxyUsername()
      • getProxyPassword

        public Secret getProxyPassword()
      • getProxyPort

        public int getProxyPort()
      • getAuthKey

        public String getAuthKey()
      • getUseProxy

        public boolean getUseProxy()
      • setQualysCredentials

        public void setQualysCredentials​(String server,
                                         String username,
                                         String password)
      • setProxyCredentials

        public void setProxyCredentials​(String proxyServer,
                                        int proxyPort,
                                        String proxyUsername,
                                        String proxyPassword,
                                        boolean useProxy)