Class AuthorizationDeprecated
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.AuthorizationDeprecated
- Direct Known Subclasses:
Authorization
API implementation with deprecated methods, (re)moved from generated class.
-
Constructor Details
-
AuthorizationDeprecated
-
-
Method Details
-
setBasicAuthorizationDetectionMethod
@Deprecated public ApiResponse setBasicAuthorizationDetectionMethod(String apikey, String contextid, String headerregex, String bodyregex, String statuscode, String logicaloperator) 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.