Class AuthenticationDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.AuthenticationDeprecated
-
- Direct Known Subclasses:
Authentication
public class AuthenticationDeprecated extends java.lang.ObjectAPI implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponsesetAuthenticationMethod(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 theClientApiconstructors that allow to set the API key (e.g.ApiResponsesetLoggedInIndicator(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 theClientApiconstructors that allow to set the API key (e.g.ApiResponsesetLoggedOutIndicator(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 theClientApiconstructors that allow to set the API key (e.g.
-
-
-
Constructor Detail
-
AuthenticationDeprecated
public AuthenticationDeprecated(ClientApi api)
-
-
Method Detail
-
setAuthenticationMethod
@Deprecated public ApiResponse setAuthenticationMethod(java.lang.String apikey, java.lang.String contextid, java.lang.String authmethodname, java.lang.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(java.lang.String apikey, java.lang.String contextid, java.lang.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(java.lang.String apikey, java.lang.String contextid, java.lang.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
-
-