Class ContextDeprecated
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.ContextDeprecated
- Direct Known Subclasses:
Context
API implementation with deprecated methods, (re)moved from generated class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexcludeAllContextTechnologies(String apikey, String contextname) Deprecated.excludeContextTechnologies(String apikey, String contextname, String technologynames) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.excludeFromContext(String apikey, String contextname, String regex) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.exportContext(String apikey, String contextname, String contextfile) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.importContext(String apikey, String contextfile) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.includeAllContextTechnologies(String apikey, String contextname) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.includeContextTechnologies(String apikey, String contextname, String technologynames) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.includeInContext(String apikey, String contextname, String regex) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.newContext(String apikey, String contextname) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.removeContext(String apikey, String contextname) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.setContextInScope(String apikey, String contextname, String booleaninscope) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.
-
Constructor Details
-
ContextDeprecated
-
-
Method Details
-
excludeFromContext
@Deprecated public ApiResponse excludeFromContext(String apikey, String contextname, String regex) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
includeInContext
@Deprecated public ApiResponse includeInContext(String apikey, String contextname, String regex) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
newContext
@Deprecated public ApiResponse newContext(String apikey, String contextname) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
removeContext
@Deprecated public ApiResponse removeContext(String apikey, String contextname) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
exportContext
@Deprecated public ApiResponse exportContext(String apikey, String contextname, String contextfile) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
importContext
@Deprecated public ApiResponse importContext(String apikey, String contextfile) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
includeContextTechnologies
@Deprecated public ApiResponse includeContextTechnologies(String apikey, String contextname, String technologynames) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
includeAllContextTechnologies
@Deprecated public ApiResponse includeAllContextTechnologies(String apikey, String contextname) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
excludeContextTechnologies
@Deprecated public ApiResponse excludeContextTechnologies(String apikey, String contextname, String technologynames) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
excludeAllContextTechnologies
@Deprecated public ApiResponse excludeAllContextTechnologies(String apikey, String contextname) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setContextInScope
@Deprecated public ApiResponse setContextInScope(String apikey, String contextname, String booleaninscope) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
ClientApiconstructors that allow to set the API key (e.g.