Class AcsrfDeprecated
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.AcsrfDeprecated
- Direct Known Subclasses:
Acsrf
API implementation with deprecated methods, (re)moved from generated class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOptionToken
(String apikey, String string) Deprecated.byte[]
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.byte[]
genFormWithUrl
(String hrefid, String actionurl) Generate a form for testing lack of anti-CSRF tokens - typically invoked via ZAPremoveOptionToken
(String apikey, 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.
-
Constructor Details
-
AcsrfDeprecated
-
-
Method Details
-
addOptionToken
@Deprecated public ApiResponse addOptionToken(String apikey, 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)
).- Throws:
ClientApiException
-
removeOptionToken
@Deprecated public ApiResponse removeOptionToken(String apikey, 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)
).- Throws:
ClientApiException
-
genForm
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)
).- Throws:
ClientApiException
-
genFormWithUrl
Generate a form for testing lack of anti-CSRF tokens - typically invoked via ZAP- Throws:
ClientApiException
-
ClientApi
constructors that allow to set the API key (e.g.