public class AuthenticationDeprecated
extends java.lang.Object
Constructor and Description |
---|
AuthenticationDeprecated(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
setAuthenticationMethod(java.lang.String apikey,
java.lang.String contextid,
java.lang.String authmethodname,
java.lang.String authmethodconfigparams)
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 |
setLoggedInIndicator(java.lang.String apikey,
java.lang.String contextid,
java.lang.String loggedinindicatorregex)
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 |
setLoggedOutIndicator(java.lang.String apikey,
java.lang.String contextid,
java.lang.String loggedoutindicatorregex)
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 AuthenticationDeprecated(ClientApi api)
@Deprecated public ApiResponse setAuthenticationMethod(java.lang.String apikey, java.lang.String contextid, java.lang.String authmethodname, java.lang.String authmethodconfigparams) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setLoggedInIndicator(java.lang.String apikey, java.lang.String contextid, java.lang.String loggedinindicatorregex) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setLoggedOutIndicator(java.lang.String apikey, java.lang.String contextid, java.lang.String loggedoutindicatorregex) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException