Package org.zaproxy.clientapi.gen
Class SessionManagement
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.SessionManagementDeprecated
-
- org.zaproxy.clientapi.gen.SessionManagement
-
public class SessionManagement extends SessionManagementDeprecated
This file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description SessionManagement(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResponse
getSessionManagementMethod(java.lang.String contextid)
Gets the name of the session management method for the context with the given ID.ApiResponse
getSessionManagementMethodConfigParams(java.lang.String methodname)
Gets the configuration parameters for the session management method with the given name.ApiResponse
getSupportedSessionManagementMethods()
Gets the name of the session management methods.ApiResponse
setSessionManagementMethod(java.lang.String contextid, java.lang.String methodname, java.lang.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 Detail
-
SessionManagement
public SessionManagement(ClientApi api)
-
-
Method Detail
-
getSupportedSessionManagementMethods
public ApiResponse getSupportedSessionManagementMethods() throws ClientApiException
Gets the name of the session management methods.- Throws:
ClientApiException
-
getSessionManagementMethodConfigParams
public ApiResponse getSessionManagementMethodConfigParams(java.lang.String methodname) throws ClientApiException
Gets the configuration parameters for the session management method with the given name.- Throws:
ClientApiException
-
getSessionManagementMethod
public ApiResponse getSessionManagementMethod(java.lang.String contextid) throws ClientApiException
Gets the name of the session management method for the context with the given ID.- Throws:
ClientApiException
-
setSessionManagementMethod
public ApiResponse setSessionManagementMethod(java.lang.String contextid, java.lang.String methodname, java.lang.String methodconfigparams) throws ClientApiException
Sets the session management method for the context with the given ID.- Throws:
ClientApiException
-
-