Class AuthorizationDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.AuthorizationDeprecated
-
- Direct Known Subclasses:
Authorization
public class AuthorizationDeprecated extends java.lang.Object
API implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description AuthorizationDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
setBasicAuthorizationDetectionMethod(java.lang.String apikey, java.lang.String contextid, java.lang.String headerregex, java.lang.String bodyregex, java.lang.String statuscode, java.lang.String logicaloperator)
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.
-
-
-
Constructor Detail
-
AuthorizationDeprecated
public AuthorizationDeprecated(ClientApi api)
-
-
Method Detail
-
setBasicAuthorizationDetectionMethod
@Deprecated public ApiResponse setBasicAuthorizationDetectionMethod(java.lang.String apikey, java.lang.String contextid, java.lang.String headerregex, java.lang.String bodyregex, java.lang.String statuscode, java.lang.String logicaloperator) throws ClientApiException
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApi
constructors that allow to set the API key (e.g.ClientApi(String, int, String)
).- Throws:
ClientApiException
-
-