public class CoreDeprecated
extends java.lang.Object
| Constructor and Description |
|---|
CoreDeprecated(ClientApi api) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
accessUrl(java.lang.String apikey,
java.lang.String url,
java.lang.String followredirects)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
alerts(java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Gets the alerts raised by ZAP, optionally filtering by URL and paginating with 'start'
position and 'count' of alerts
|
ApiResponse |
clearExcludedFromProxy(java.lang.String apikey)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
deleteAllAlerts(java.lang.String apikey)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
deleteSiteNode(java.lang.String apikey,
java.lang.String url,
java.lang.String method,
java.lang.String postdata)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
excludeFromProxy(java.lang.String apikey,
java.lang.String regex)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
generateRootCA(java.lang.String apikey)
Deprecated.
(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.ClientApi(String, int,
String)). |
byte[] |
htmlreport(java.lang.String apikey)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
loadSession(java.lang.String apikey,
java.lang.String name)
Deprecated.
(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.ClientApi(String, int,
String)). |
byte[] |
messageHar(java.lang.String apikey,
java.lang.String id)
Deprecated.
(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.ClientApi(String, int,
String)). |
byte[] |
messagesHar(java.lang.String apikey,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
newSession(java.lang.String apikey,
java.lang.String name,
java.lang.String overwrite)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
numberOfAlerts(java.lang.String baseurl)
Gets the number of alerts, optionally filtering by URL
|
byte[] |
proxypac(java.lang.String apikey)
Deprecated.
(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.ClientApi(String, int,
String)). |
byte[] |
rootcert(java.lang.String apikey)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
runGarbageCollection(java.lang.String apikey)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
saveSession(java.lang.String apikey,
java.lang.String name,
java.lang.String overwrite)
Deprecated.
(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.ClientApi(String, int,
String)). |
byte[] |
sendHarRequest(java.lang.String apikey,
java.lang.String request,
java.lang.String followredirects)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
sendRequest(java.lang.String apikey,
java.lang.String request,
java.lang.String followredirects)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setHomeDirectory(java.lang.String apikey,
java.lang.String dir)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setMode(java.lang.String apikey,
java.lang.String mode)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setOptionDefaultUserAgent(java.lang.String apikey,
java.lang.String string)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setOptionHttpStateEnabled(java.lang.String apikey,
boolean bool)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setOptionProxyChainName(java.lang.String apikey,
java.lang.String string)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setOptionProxyChainPassword(java.lang.String apikey,
java.lang.String string)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setOptionProxyChainPort(java.lang.String apikey,
int i)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setOptionProxyChainPrompt(java.lang.String apikey,
boolean bool)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setOptionProxyChainRealm(java.lang.String apikey,
java.lang.String string)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setOptionProxyChainSkipName(java.lang.String apikey,
java.lang.String string)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setOptionProxyChainUserName(java.lang.String apikey,
java.lang.String string)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setOptionSingleCookieRequestHeader(java.lang.String apikey,
boolean bool)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setOptionTimeoutInSecs(java.lang.String apikey,
int i)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setOptionUseProxyChain(java.lang.String apikey,
boolean bool)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
setOptionUseProxyChainAuth(java.lang.String apikey,
boolean bool)
Deprecated.
(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.ClientApi(String, int,
String)). |
byte[] |
setproxy(java.lang.String apikey,
java.lang.String proxy)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
shutdown(java.lang.String apikey)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
snapshotSession() |
ApiResponse |
snapshotSession(java.lang.String apikey)
Deprecated.
(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.ClientApi(String, int,
String)). |
ApiResponse |
urls()
Gets the URLs accessed through/by ZAP
|
byte[] |
xmlreport(java.lang.String apikey)
Deprecated.
(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.ClientApi(String, int,
String)). |
public CoreDeprecated(ClientApi api)
@Deprecated public ApiResponse accessUrl(java.lang.String apikey, java.lang.String url, java.lang.String followredirects) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse shutdown(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse newSession(java.lang.String apikey, java.lang.String name, java.lang.String overwrite) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse loadSession(java.lang.String apikey, java.lang.String name) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse saveSession(java.lang.String apikey, java.lang.String name, java.lang.String overwrite) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse snapshotSession(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse clearExcludedFromProxy(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse excludeFromProxy(java.lang.String apikey, java.lang.String regex) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setHomeDirectory(java.lang.String apikey, java.lang.String dir) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setMode(java.lang.String apikey, java.lang.String mode) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse generateRootCA(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse sendRequest(java.lang.String apikey, java.lang.String request, java.lang.String followredirects) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse deleteAllAlerts(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse runGarbageCollection(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse deleteSiteNode(java.lang.String apikey, java.lang.String url, java.lang.String method, java.lang.String postdata) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setOptionDefaultUserAgent(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setOptionProxyChainName(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setOptionProxyChainPassword(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setOptionProxyChainRealm(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setOptionProxyChainSkipName(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setOptionProxyChainUserName(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setOptionHttpStateEnabled(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setOptionProxyChainPort(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setOptionProxyChainPrompt(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setOptionSingleCookieRequestHeader(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setOptionTimeoutInSecs(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setOptionUseProxyChain(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated public ApiResponse setOptionUseProxyChainAuth(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated
public byte[] proxypac(java.lang.String apikey)
throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated
public byte[] rootcert(java.lang.String apikey)
throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated
public byte[] setproxy(java.lang.String apikey,
java.lang.String proxy)
throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated
public byte[] xmlreport(java.lang.String apikey)
throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated
public byte[] htmlreport(java.lang.String apikey)
throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated
public byte[] messageHar(java.lang.String apikey,
java.lang.String id)
throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated
public byte[] messagesHar(java.lang.String apikey,
java.lang.String baseurl,
java.lang.String start,
java.lang.String count)
throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiException@Deprecated
public byte[] sendHarRequest(java.lang.String apikey,
java.lang.String request,
java.lang.String followredirects)
throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)).ClientApiExceptionpublic ApiResponse alerts(java.lang.String baseurl, java.lang.String start, java.lang.String count) throws ClientApiException
ClientApiExceptionpublic ApiResponse numberOfAlerts(java.lang.String baseurl) throws ClientApiException
ClientApiExceptionpublic ApiResponse urls() throws ClientApiException
ClientApiExceptionpublic ApiResponse snapshotSession() throws ClientApiException
ClientApiException