Class AjaxSpiderDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.AjaxSpiderDeprecated
-
- Direct Known Subclasses:
AjaxSpider
public class AjaxSpiderDeprecated extends java.lang.Object
API implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description AjaxSpiderDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
scan(java.lang.String apikey, java.lang.String url, java.lang.String inscope)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionBrowserId(java.lang.String apikey, java.lang.String string)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionClickDefaultElems(java.lang.String apikey, boolean bool)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionClickElemsOnce(java.lang.String apikey, boolean bool)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionEventWait(java.lang.String apikey, int i)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionMaxCrawlDepth(java.lang.String apikey, int i)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionMaxCrawlStates(java.lang.String apikey, int i)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionMaxDuration(java.lang.String apikey, int i)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionNumberOfBrowsers(java.lang.String apikey, int i)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionRandomInputs(java.lang.String apikey, boolean bool)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setOptionReloadWait(java.lang.String apikey, int i)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
stop(java.lang.String apikey)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.
-
-
-
Constructor Detail
-
AjaxSpiderDeprecated
public AjaxSpiderDeprecated(ClientApi api)
-
-
Method Detail
-
scan
@Deprecated public ApiResponse scan(java.lang.String apikey, java.lang.String url, java.lang.String inscope) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).This component is optional and therefore the API will only work if it is installed.- Throws:
ClientApiException
-
stop
@Deprecated public ApiResponse stop(java.lang.String apikey) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
setOptionBrowserId
@Deprecated public ApiResponse setOptionBrowserId(java.lang.String apikey, java.lang.String string) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
setOptionClickDefaultElems
@Deprecated public ApiResponse setOptionClickDefaultElems(java.lang.String apikey, boolean bool) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
setOptionClickElemsOnce
@Deprecated public ApiResponse setOptionClickElemsOnce(java.lang.String apikey, boolean bool) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
setOptionEventWait
@Deprecated public ApiResponse setOptionEventWait(java.lang.String apikey, int i) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
setOptionMaxCrawlDepth
@Deprecated public ApiResponse setOptionMaxCrawlDepth(java.lang.String apikey, int i) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
setOptionMaxCrawlStates
@Deprecated public ApiResponse setOptionMaxCrawlStates(java.lang.String apikey, int i) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
setOptionMaxDuration
@Deprecated public ApiResponse setOptionMaxDuration(java.lang.String apikey, int i) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
setOptionNumberOfBrowsers
@Deprecated public ApiResponse setOptionNumberOfBrowsers(java.lang.String apikey, int i) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
setOptionRandomInputs
@Deprecated public ApiResponse setOptionRandomInputs(java.lang.String apikey, boolean bool) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
setOptionReloadWait
@Deprecated public ApiResponse setOptionReloadWait(java.lang.String apikey, int i) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
-