Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Enum Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.zaproxy.clientapi.gen.Exportreport
    org.zaproxy.clientapi.gen.ImportLogFiles
    Use Exim instead.
    org.zaproxy.clientapi.gen.Importurls
    Use Exim instead.
    org.zaproxy.clientapi.gen.LocalProxies
    Use Network instead.
  • Deprecated Classes
    Class
    Description
    org.zaproxy.clientapi.gen.Exportreport
    org.zaproxy.clientapi.gen.ImportLogFiles
    Use Exim instead.
    org.zaproxy.clientapi.gen.Importurls
    Use Exim instead.
    org.zaproxy.clientapi.gen.LocalProxies
    Use Network instead.
  • Deprecated Enum Classes
    Enum Class
    Description
    org.zaproxy.clientapi.core.Alert.Reliability
    (2.4.0) Replaced by Alert.Confidence. Use of reliability has been deprecated in favour of using confidence.
  • Deprecated Methods
    Method
    Description
    org.zaproxy.clientapi.core.Alert.getAlert()
    (1.1.0) Use Alert.getName() instead.
    org.zaproxy.clientapi.core.Alert.getReliability()
    Alert.getConfidence() Use of reliability has been deprecated in favour of using confidence
    org.zaproxy.clientapi.core.Alert.setAlert(String)
    (1.1.0) Use Alert.setName(String) instead.
    org.zaproxy.clientapi.core.Alert.setReliability(String)
    Alert.setConfidence(String) Use of reliability has been deprecated in favour of using confidence
    org.zaproxy.clientapi.core.Alert.setReliability(Alert.Reliability)
    Alert.setConfidence(Confidence) Use of reliability has been deprecated in favour of using confidence
    org.zaproxy.clientapi.core.ApiResponseSet.getAttribute(String)
    (1.1.0) Use ApiResponseSet.getStringValue(String) or ApiResponseSet.getValue(String) instead.
    org.zaproxy.clientapi.core.ApiResponseSet.getAttributes()
    (1.1.0) Unused, there's no replacement.
    org.zaproxy.clientapi.core.ClientApi.activeScanSiteInScope(String, String)
    (1.1.0) Use ClientApi.activeScanSiteInScope(String) instead, the API key should be set using one of the ClientApi constructors.
    org.zaproxy.clientapi.core.ClientApi.addExcludeFromContext(String, String, String)
    (1.1.0) Use Context.excludeFromContext(String, String) instead.
    org.zaproxy.clientapi.core.ClientApi.addIncludeInContext(String, String, String)
    (1.1.0) Use Context.includeInContext(String, String) instead.
    org.zaproxy.clientapi.core.ClientApi.includeOneMatchingNodeInContext(String, String, String)
    (1.1.0) Use ClientApi.includeOneMatchingNodeInContext(String, String) instead.
    org.zaproxy.clientapi.gen.Ascan.optionDelayInMs()
    Option no longer in effective use.
    org.zaproxy.clientapi.gen.Ascan.optionExcludedParamList()
     
    org.zaproxy.clientapi.gen.Ascan.setOptionDelayInMs(int)
    Option no longer in effective use.
    org.zaproxy.clientapi.gen.Core.addProxyChainExcludedDomain(String, String, String)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.alert(String)
    Use the API endpoint with the same name in the 'alert' component instead.
    org.zaproxy.clientapi.gen.Core.alerts(String, String, String, String)
    Use the API endpoint with the same name in the 'alert' component instead.
    org.zaproxy.clientapi.gen.Core.alertsSummary(String)
    Use the API endpoint with the same name in the 'alert' component instead.
    org.zaproxy.clientapi.gen.Core.deleteAlert(String)
    Use the API endpoint with the same name in the 'alert' component instead.
    org.zaproxy.clientapi.gen.Core.deleteAllAlerts()
    Use the API endpoint with the same name in the 'alert' component instead.
    org.zaproxy.clientapi.gen.Core.disableAllProxyChainExcludedDomains()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.disableClientCertificate()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.enableAllProxyChainExcludedDomains()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.enablePKCS12ClientCertificate(String, String, String)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.generateRootCA()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.homeDirectory()
     
    org.zaproxy.clientapi.gen.Core.htmlreport()
    Use the 'generate' API endpoint the 'reports' component instead.
    org.zaproxy.clientapi.gen.Core.jsonreport()
    Use the 'generate' API endpoint the 'reports' component instead.
    org.zaproxy.clientapi.gen.Core.mdreport()
    Use the 'generate' API endpoint the 'reports' component instead.
    org.zaproxy.clientapi.gen.Core.messageHar(String)
    Use the API endpoints in the 'exim' add-on instead.
    org.zaproxy.clientapi.gen.Core.messagesHar(String, String, String)
    Use the API endpoints in the 'exim' add-on instead.
    org.zaproxy.clientapi.gen.Core.messagesHarById(String)
    Use the API endpoints in the 'exim' add-on instead.
    org.zaproxy.clientapi.gen.Core.modifyProxyChainExcludedDomain(String, String, String, String)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.numberOfAlerts(String, String)
    Use the API endpoint with the same name in the 'alert' component instead.
    org.zaproxy.clientapi.gen.Core.optionDefaultUserAgent()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.optionDnsTtlSuccessfulQueries()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.optionHttpState()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.optionHttpStateEnabled()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.optionProxyChainName()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.optionProxyChainPassword()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.optionProxyChainPort()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.optionProxyChainPrompt()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.optionProxyChainRealm()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.optionProxyChainSkipName()
     
    org.zaproxy.clientapi.gen.Core.optionProxyChainUserName()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.optionProxyExcludedDomains()
     
    org.zaproxy.clientapi.gen.Core.optionProxyExcludedDomainsEnabled()
     
    org.zaproxy.clientapi.gen.Core.optionSingleCookieRequestHeader()
    Option no longer in effective use.
    org.zaproxy.clientapi.gen.Core.optionTimeoutInSecs()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.optionUseProxyChain()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.optionUseProxyChainAuth()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.optionUseSocksProxy()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.proxyChainExcludedDomains()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.proxypac()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.removeProxyChainExcludedDomain(String)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.rootcert()
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.sendHarRequest(String, String)
    Use the API endpoints in the 'exim' add-on instead.
    org.zaproxy.clientapi.gen.Core.setOptionDefaultUserAgent(String)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.setOptionDnsTtlSuccessfulQueries(int)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.setOptionHttpStateEnabled(boolean)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.setOptionProxyChainName(String)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.setOptionProxyChainPassword(String)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.setOptionProxyChainPort(int)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.setOptionProxyChainPrompt(boolean)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.setOptionProxyChainRealm(String)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.setOptionProxyChainSkipName(String)
    Option no longer in effective use.
    org.zaproxy.clientapi.gen.Core.setOptionProxyChainUserName(String)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.setOptionSingleCookieRequestHeader(boolean)
    Option no longer in effective use.
    org.zaproxy.clientapi.gen.Core.setOptionTimeoutInSecs(int)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.setOptionUseProxyChain(boolean)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.setOptionUseProxyChainAuth(boolean)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.setOptionUseSocksProxy(boolean)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.setproxy(String)
    Use the API endpoints in the 'network' component instead.
    org.zaproxy.clientapi.gen.Core.xmlreport()
    Use the 'generate' API endpoint the 'reports' component instead.
    org.zaproxy.clientapi.gen.deprecated.AcsrfDeprecated.addOptionToken(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AcsrfDeprecated.genForm(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AcsrfDeprecated.removeOptionToken(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AjaxSpiderDeprecated.scan(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AjaxSpiderDeprecated.setOptionBrowserId(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AjaxSpiderDeprecated.setOptionClickDefaultElems(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AjaxSpiderDeprecated.setOptionClickElemsOnce(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AjaxSpiderDeprecated.setOptionEventWait(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AjaxSpiderDeprecated.setOptionMaxCrawlDepth(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AjaxSpiderDeprecated.setOptionMaxCrawlStates(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AjaxSpiderDeprecated.setOptionMaxDuration(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AjaxSpiderDeprecated.setOptionNumberOfBrowsers(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AjaxSpiderDeprecated.setOptionRandomInputs(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AjaxSpiderDeprecated.setOptionReloadWait(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AjaxSpiderDeprecated.stop(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.addScanPolicy(String)
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.addScanPolicy(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.clearExcludedFromScan(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.disableAllScanners(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.disableScanners(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.enableAllScanners(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.enableScanners(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.excludeFromScan(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.pause(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.pauseAllScans(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.removeAllScans(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.removeScan(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.removeScanPolicy(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.resume(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.resumeAllScans(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.scan(String, String, String, String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.scanAsUser(String, String, String, String, String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setEnabledPolicies(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionAllowAttackOnStart(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionAttackPolicy(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionDefaultPolicy(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionDelayInMs(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionHandleAntiCSRFTokens(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionHostPerScan(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionInjectPluginIdInHeader(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionMaxChartTimeInMins(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionMaxResultsToList(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionMaxScansInUI(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionPromptInAttackMode(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionPromptToClearFinishedScans(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionRescanInAttackMode(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionScanHeadersAllRequests(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionShowAdvancedDialog(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionTargetParamsEnabledRPC(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionTargetParamsInjectable(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setOptionThreadPerHost(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setPolicyAlertThreshold(String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setPolicyAttackStrength(String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setScannerAlertThreshold(String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.setScannerAttackStrength(String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.stop(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AscanDeprecated.stopAllScans(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AuthenticationDeprecated.setAuthenticationMethod(String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AuthenticationDeprecated.setLoggedInIndicator(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AuthenticationDeprecated.setLoggedOutIndicator(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AuthorizationDeprecated.setBasicAuthorizationDetectionMethod(String, String, String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AutoupdateDeprecated.downloadLatestRelease(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AutoupdateDeprecated.setOptionCheckAddonUpdates(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AutoupdateDeprecated.setOptionCheckOnStart(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AutoupdateDeprecated.setOptionDownloadNewRelease(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AutoupdateDeprecated.setOptionInstallAddonUpdates(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AutoupdateDeprecated.setOptionInstallScannerRules(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AutoupdateDeprecated.setOptionReportAlphaAddons(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AutoupdateDeprecated.setOptionReportBetaAddons(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.AutoupdateDeprecated.setOptionReportReleaseAddons(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.BreakDeprecated.addHttpBreakpoint(String, String, String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.BreakDeprecated.brk(String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.BreakDeprecated.removeHttpBreakpoint(String, String, String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ContextDeprecated.excludeAllContextTechnologies(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ContextDeprecated.excludeContextTechnologies(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ContextDeprecated.excludeFromContext(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ContextDeprecated.exportContext(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ContextDeprecated.importContext(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ContextDeprecated.includeAllContextTechnologies(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ContextDeprecated.includeContextTechnologies(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ContextDeprecated.includeInContext(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ContextDeprecated.newContext(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ContextDeprecated.removeContext(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ContextDeprecated.setContextInScope(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.accessUrl(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.clearExcludedFromProxy(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.deleteAllAlerts(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.deleteSiteNode(String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.excludeFromProxy(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.generateRootCA(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.htmlreport(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.loadSession(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.messageHar(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.messagesHar(String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.newSession(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.proxypac(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.rootcert(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.runGarbageCollection(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.saveSession(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.sendHarRequest(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.sendRequest(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setHomeDirectory(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setMode(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setOptionDefaultUserAgent(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setOptionHttpStateEnabled(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setOptionProxyChainName(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setOptionProxyChainPassword(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setOptionProxyChainPort(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setOptionProxyChainPrompt(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setOptionProxyChainRealm(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setOptionProxyChainSkipName(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setOptionProxyChainUserName(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setOptionSingleCookieRequestHeader(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setOptionTimeoutInSecs(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setOptionUseProxyChain(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setOptionUseProxyChainAuth(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.setproxy(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.shutdown(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.snapshotSession(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.CoreDeprecated.xmlreport(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ForcedUserDeprecated.setForcedUser(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ForcedUserDeprecated.setForcedUserModeEnabled(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.HttpSessionsDeprecated.addSessionToken(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.HttpSessionsDeprecated.createEmptySession(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.HttpSessionsDeprecated.removeSession(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.HttpSessionsDeprecated.removeSessionToken(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.HttpSessionsDeprecated.renameSession(String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.HttpSessionsDeprecated.setActiveSession(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.HttpSessionsDeprecated.setSessionTokenValue(String, String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.HttpSessionsDeprecated.unsetActiveSession(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ImportLogFilesDeprecated.ImportModSecurityLogFromFile(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ImportLogFilesDeprecated.ImportZAPHttpRequestResponsePair(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ImportLogFilesDeprecated.ImportZAPLogFromFile(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ImportLogFilesDeprecated.OtherPostModSecurityAuditEvent(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ImportLogFilesDeprecated.PostModSecurityAuditEvent(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PnhDeprecated.fx_pnhxpi(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PnhDeprecated.manifest(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PnhDeprecated.monitor(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PnhDeprecated.oracle(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PnhDeprecated.pnh(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PnhDeprecated.service(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PnhDeprecated.startMonitoring(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PnhDeprecated.stopMonitoring(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PscanDeprecated.disableAllScanners(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PscanDeprecated.disableScanners(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PscanDeprecated.enableAllScanners(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PscanDeprecated.enableScanners(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PscanDeprecated.setEnabled(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.PscanDeprecated.setScannerAlertThreshold(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ReplacerDeprecated.addRule(String, String, String, String, String, String, String)
    (1.11.0) Use the method with the url.
    org.zaproxy.clientapi.gen.deprecated.RevealDeprecated.setReveal(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ScriptDeprecated.disable(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ScriptDeprecated.enable(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ScriptDeprecated.load(String, String, String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ScriptDeprecated.remove(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.ScriptDeprecated.runStandAloneScript(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SearchDeprecated.harByHeaderRegex(String, String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SearchDeprecated.harByRequestRegex(String, String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SearchDeprecated.harByResponseRegex(String, String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SearchDeprecated.harByUrlRegex(String, String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SeleniumDeprecated.setOptionChromeDriverPath(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SeleniumDeprecated.setOptionFirefoxBinaryPath(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SeleniumDeprecated.setOptionFirefoxDriverPath(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SeleniumDeprecated.setOptionIeDriverPath(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SeleniumDeprecated.setOptionPhantomJsBinaryPath(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SessionManagementDeprecated.setSessionManagementMethod(String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.clearExcludedFromScan(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.excludeFromScan(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.optionScope()
    Option no longer in effective use.
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.optionScopeText()
    Option no longer in effective use.
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.pause(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.pauseAllScans(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.removeAllScans(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.removeScan(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.resume(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.resumeAllScans(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.scan(String, String, String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.scanAsUser(String, String, String, String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionHandleODataParametersVisited(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionHandleParameters(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionMaxDepth(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionMaxDuration(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionMaxScansInUI(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionParseComments(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionParseGit(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionParseRobotsTxt(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionParseSitemapXml(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionParseSVNEntries(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionPostForm(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionProcessForm(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionRequestWaitTime(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionScopeString(String)
    Option no longer in effective use.
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionScopeString(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionSendRefererHeader(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionShowAdvancedDialog(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionSkipURLString(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionThreadCount(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.setOptionUserAgent(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.stop(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.SpiderDeprecated.stopAllScans(String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.StatsDeprecated.clearStats(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.StatsDeprecated.setOptionInMemoryEnabled(String, boolean)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.StatsDeprecated.setOptionStatsdHost(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.StatsDeprecated.setOptionStatsdPort(String, int)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.StatsDeprecated.setOptionStatsdPrefix(String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.UsersDeprecated.newUser(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.UsersDeprecated.removeUser(String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.UsersDeprecated.setAuthenticationCredentials(String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.UsersDeprecated.setUserEnabled(String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.deprecated.UsersDeprecated.setUserName(String, String, String, String)
    (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
    org.zaproxy.clientapi.gen.Pscan.currentRule()
     
    org.zaproxy.clientapi.gen.Selenium.optionIeDriverPath()
    org.zaproxy.clientapi.gen.Selenium.optionPhantomJsBinaryPath()
    org.zaproxy.clientapi.gen.Selenium.setOptionIeDriverPath(String)
    org.zaproxy.clientapi.gen.Selenium.setOptionPhantomJsBinaryPath(String)
    org.zaproxy.clientapi.gen.Spider.optionDomainsAlwaysInScope()
     
    org.zaproxy.clientapi.gen.Spider.optionDomainsAlwaysInScopeEnabled()
     
    org.zaproxy.clientapi.gen.Spider.optionRequestWaitTime()
     
    org.zaproxy.clientapi.gen.Spider.setOptionRequestWaitTime(int)
     
  • Deprecated Constructors
    Constructor
    Description
    org.zaproxy.clientapi.core.ApiResponseSet(String, String[])
    (1.1.0) Unused, there's no replacement.