Class SessionManagementDeprecated
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.SessionManagementDeprecated
- Direct Known Subclasses:
SessionManagement
API implementation with deprecated methods, (re)moved from generated class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetSessionManagementMethod(String apikey, String contextid, String methodname, String methodconfigparams) Deprecated.
-
Constructor Details
-
SessionManagementDeprecated
-
-
Method Details
-
setSessionManagementMethod
@Deprecated public ApiResponse setSessionManagementMethod(String apikey, String contextid, String methodname, String methodconfigparams) 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.