Class AuthenticationDeprecated
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.AuthenticationDeprecated
- Direct Known Subclasses:
Authentication
API implementation with deprecated methods, (re)moved from generated class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetAuthenticationMethod(String apikey, String contextid, String authmethodname, String authmethodconfigparams) Deprecated.setLoggedInIndicator(String apikey, String contextid, String loggedinindicatorregex) 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.setLoggedOutIndicator(String apikey, String contextid, String loggedoutindicatorregex) 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
-
AuthenticationDeprecated
-
-
Method Details
-
setAuthenticationMethod
@Deprecated public ApiResponse setAuthenticationMethod(String apikey, String contextid, String authmethodname, String authmethodconfigparams) 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
-
setLoggedInIndicator
@Deprecated public ApiResponse setLoggedInIndicator(String apikey, String contextid, String loggedinindicatorregex) 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
-
setLoggedOutIndicator
@Deprecated public ApiResponse setLoggedOutIndicator(String apikey, String contextid, String loggedoutindicatorregex) 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.