Package org.zaproxy.clientapi.gen
Class Custompayloads
java.lang.Object
org.zaproxy.clientapi.gen.Custompayloads
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCustomPayload(String category, String payload) Adds a new payload.customPayloads(String category) Lists all the payloads currently loaded (category, payload, enabled state).Lists all available categories.disableCustomPayload(String category, String payload) Disables a given payload.disableCustomPayloads(String category) Disables payloads for a given category.enableCustomPayload(String category, String payload) Enables a given payload.enableCustomPayloads(String category) Enables payloads for a given category.removeCustomPayload(String category, String payload) Removes a payload.
-
Constructor Details
-
Custompayloads
-
-
Method Details
-
customPayloadsCategories
Lists all available categories.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
customPayloads
Lists all the payloads currently loaded (category, payload, enabled state). Optionally filtered by category.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
disableCustomPayloads
Disables payloads for a given category.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
enableCustomPayloads
Enables payloads for a given category.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
removeCustomPayload
Removes a payload.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
addCustomPayload
Adds a new payload.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
enableCustomPayload
Enables a given payload.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
disableCustomPayload
Disables a given payload.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-