Package org.zaproxy.clientapi.gen
Class SessionManagement
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.SessionManagementDeprecated
org.zaproxy.clientapi.gen.SessionManagement
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSessionManagementMethod
(String contextid) Gets the name of the session management method for the context with the given ID.getSessionManagementMethodConfigParams
(String methodname) Gets the configuration parameters for the session management method with the given name.Gets the name of the session management methods.setSessionManagementMethod
(String contextid, String methodname, String methodconfigparams) Sets the session management method for the context with the given ID.Methods inherited from class org.zaproxy.clientapi.gen.deprecated.SessionManagementDeprecated
setSessionManagementMethod
-
Constructor Details
-
SessionManagement
-
-
Method Details
-
getSupportedSessionManagementMethods
Gets the name of the session management methods.- Throws:
ClientApiException
-
getSessionManagementMethodConfigParams
public ApiResponse getSessionManagementMethodConfigParams(String methodname) throws ClientApiException Gets the configuration parameters for the session management method with the given name.- Throws:
ClientApiException
-
getSessionManagementMethod
Gets the name of the session management method for the context with the given ID.- Throws:
ClientApiException
-
setSessionManagementMethod
public ApiResponse setSessionManagementMethod(String contextid, String methodname, String methodconfigparams) throws ClientApiException Sets the session management method for the context with the given ID.- Throws:
ClientApiException
-