Class ImportLogFilesDeprecated
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.ImportLogFilesDeprecated
-
- Direct Known Subclasses:
ImportLogFiles
public class ImportLogFilesDeprecated extends java.lang.Object
API implementation with deprecated methods, (re)moved from generated class.
-
-
Constructor Summary
Constructors Constructor Description ImportLogFilesDeprecated(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
ImportModSecurityLogFromFile(java.lang.String apikey, java.lang.String filepath)
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.ApiResponse
ImportZAPHttpRequestResponsePair(java.lang.String apikey, java.lang.String httprequest, java.lang.String httpresponse)
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.ApiResponse
ImportZAPLogFromFile(java.lang.String apikey, java.lang.String filepath)
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.byte[]
OtherPostModSecurityAuditEvent(java.lang.String apikey, java.lang.String auditeventstring)
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.ApiResponse
PostModSecurityAuditEvent(java.lang.String apikey, java.lang.String auditeventstring)
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
-
ImportLogFilesDeprecated
public ImportLogFilesDeprecated(ClientApi api)
-
-
Method Detail
-
ImportZAPLogFromFile
@Deprecated public ApiResponse ImportZAPLogFromFile(java.lang.String apikey, java.lang.String filepath) 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)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
ImportModSecurityLogFromFile
@Deprecated public ApiResponse ImportModSecurityLogFromFile(java.lang.String apikey, java.lang.String filepath) 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)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
ImportZAPHttpRequestResponsePair
@Deprecated public ApiResponse ImportZAPHttpRequestResponsePair(java.lang.String apikey, java.lang.String httprequest, java.lang.String httpresponse) 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)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
PostModSecurityAuditEvent
@Deprecated public ApiResponse PostModSecurityAuditEvent(java.lang.String apikey, java.lang.String auditeventstring) 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)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
OtherPostModSecurityAuditEvent
@Deprecated public byte[] OtherPostModSecurityAuditEvent(java.lang.String apikey, java.lang.String auditeventstring) 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)
).This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
-