Class HttpSessionsDeprecated
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.HttpSessionsDeprecated
- Direct Known Subclasses:
HttpSessions
API implementation with deprecated methods, (re)moved from generated class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSessionToken(String apikey, String site, String sessiontoken) Deprecated.createEmptySession(String apikey, String site, String session) 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.removeSession(String apikey, String site, String session) 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.removeSessionToken(String apikey, String site, String sessiontoken) 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.renameSession(String apikey, String site, String oldsessionname, String newsessionname) 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.setActiveSession(String apikey, String site, String session) 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.setSessionTokenValue(String apikey, String site, String session, String sessiontoken, String tokenvalue) 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.unsetActiveSession(String apikey, String site) 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
-
HttpSessionsDeprecated
-
-
Method Details
-
createEmptySession
@Deprecated public ApiResponse createEmptySession(String apikey, String site, String session) 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
-
removeSession
@Deprecated public ApiResponse removeSession(String apikey, String site, String session) 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
-
setActiveSession
@Deprecated public ApiResponse setActiveSession(String apikey, String site, String session) 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
-
unsetActiveSession
@Deprecated public ApiResponse unsetActiveSession(String apikey, String site) 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
-
addSessionToken
@Deprecated public ApiResponse addSessionToken(String apikey, String site, String sessiontoken) 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
-
removeSessionToken
@Deprecated public ApiResponse removeSessionToken(String apikey, String site, String sessiontoken) 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
-
setSessionTokenValue
@Deprecated public ApiResponse setSessionTokenValue(String apikey, String site, String session, String sessiontoken, String tokenvalue) 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
-
renameSession
@Deprecated public ApiResponse renameSession(String apikey, String site, String oldsessionname, String newsessionname) 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.