public class HttpSessionsDeprecated
extends java.lang.Object
Constructor and Description |
---|
HttpSessionsDeprecated(ClientApi api) |
Modifier and Type | Method and 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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
public HttpSessionsDeprecated(ClientApi api)
@Deprecated public ApiResponse createEmptySession(java.lang.String apikey, java.lang.String site, java.lang.String session) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse removeSession(java.lang.String apikey, java.lang.String site, java.lang.String session) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setActiveSession(java.lang.String apikey, java.lang.String site, java.lang.String session) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse unsetActiveSession(java.lang.String apikey, java.lang.String site) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse addSessionToken(java.lang.String apikey, java.lang.String site, java.lang.String sessiontoken) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse removeSessionToken(java.lang.String apikey, java.lang.String site, java.lang.String sessiontoken) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@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
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse renameSession(java.lang.String apikey, java.lang.String site, java.lang.String oldsessionname, java.lang.String newsessionname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException