Class QualysAuth


  • public class QualysAuth
    extends Object
    • Field Detail

      • serverPlatformURL

        public static final List<String> serverPlatformURL
      • serverApiURL

        public static final List<String> serverApiURL
      • serverGatewayURL

        public static final List<String> serverGatewayURL
    • Constructor Detail

      • QualysAuth

        public QualysAuth()
      • QualysAuth

        public QualysAuth​(String server,
                          String oauthKey)
    • Method Detail

      • getServer

        public String getServer()
      • getUsername

        public String getUsername()
      • getPassword

        public String getPassword()
      • getAuthType

        public AuthType getAuthType()
      • getClientId

        public String getClientId()
      • getClientSecret

        public String getClientSecret()
      • getProxyServer

        public String getProxyServer()
      • getProxyUsername

        public String getProxyUsername()
      • getProxyPassword

        public String getProxyPassword()
      • getProxyPort

        public int getProxyPort()
      • getAuthKey

        public String getAuthKey()
      • getPortalURL

        public String getPortalURL()
      • setProxyCredentials

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