Class HttpSessionsDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.HttpSessionsDeprecated
-
- Direct Known Subclasses:
HttpSessions
public class HttpSessionsDeprecated extends java.lang.Object
API implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description HttpSessionsDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
addSessionToken(java.lang.String apikey, java.lang.String site, java.lang.String sessiontoken)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
createEmptySession(java.lang.String apikey, java.lang.String site, java.lang.String session)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
removeSession(java.lang.String apikey, java.lang.String site, java.lang.String session)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
removeSessionToken(java.lang.String apikey, java.lang.String site, java.lang.String sessiontoken)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
renameSession(java.lang.String apikey, java.lang.String site, java.lang.String oldsessionname, java.lang.String newsessionname)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setActiveSession(java.lang.String apikey, java.lang.String site, java.lang.String session)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
setSessionTokenValue(java.lang.String apikey, java.lang.String site, java.lang.String session, java.lang.String sessiontoken, java.lang.String tokenvalue)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ApiResponse
unsetActiveSession(java.lang.String apikey, java.lang.String site)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.
-
-
-
Constructor Detail
-
HttpSessionsDeprecated
public HttpSessionsDeprecated(ClientApi api)
-
-
Method Detail
-
createEmptySession
@Deprecated public ApiResponse createEmptySession(java.lang.String apikey, java.lang.String site, java.lang.String session) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).- Throws:
ClientApiException
-
removeSession
@Deprecated public ApiResponse removeSession(java.lang.String apikey, java.lang.String site, java.lang.String session) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).- Throws:
ClientApiException
-
setActiveSession
@Deprecated public ApiResponse setActiveSession(java.lang.String apikey, java.lang.String site, java.lang.String session) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).- Throws:
ClientApiException
-
unsetActiveSession
@Deprecated public ApiResponse unsetActiveSession(java.lang.String apikey, java.lang.String site) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).- Throws:
ClientApiException
-
addSessionToken
@Deprecated public ApiResponse addSessionToken(java.lang.String apikey, java.lang.String site, java.lang.String sessiontoken) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).- Throws:
ClientApiException
-
removeSessionToken
@Deprecated public ApiResponse removeSessionToken(java.lang.String apikey, java.lang.String site, java.lang.String sessiontoken) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).- Throws:
ClientApiException
-
setSessionTokenValue
@Deprecated public ApiResponse setSessionTokenValue(java.lang.String apikey, java.lang.String site, java.lang.String session, java.lang.String sessiontoken, java.lang.String tokenvalue) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).- Throws:
ClientApiException
-
renameSession
@Deprecated public ApiResponse renameSession(java.lang.String apikey, java.lang.String site, java.lang.String oldsessionname, java.lang.String newsessionname) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).- Throws:
ClientApiException
-
-