Class QualysAuth
- java.lang.Object
-
- com.qualys.plugins.containerSecurity.common.QualysAuth.QualysAuth
-
public class QualysAuth extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>serverApiURLstatic List<String>serverGatewayURLstatic List<String>serverPlatformURL
-
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()AuthTypegetAuthType()StringgetClientId()StringgetClientSecret()StringgetPassword()StringgetPortalURL()StringgetProxyPassword()intgetProxyPort()StringgetProxyServer()StringgetProxyUsername()StringgetServer()StringgetUsername()voidsetProxyCredentials(String proxyServer, String proxyUsername, String proxyPassword, int proxyPort)voidsetQualysCredentials(String server, AuthType authType, String username, String password, String clientId, String clientSecret)
-
-
-
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()
-
setQualysCredentials
public void setQualysCredentials(String server, AuthType authType, String username, String password, String clientId, String clientSecret)
-
-