Package org.zaproxy.clientapi.gen
Class ImportLogFiles
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.ImportLogFilesDeprecated
-
- org.zaproxy.clientapi.gen.ImportLogFiles
-
@Deprecated public class ImportLogFiles extends ImportLogFilesDeprecated
Deprecated.UseExim
instead.This file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description ImportLogFiles(ClientApi api)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
ImportModSecurityLogFromFile(java.lang.String filepath)
Deprecated.This component is optional and therefore the API will only work if it is installedApiResponse
ImportZAPHttpRequestResponsePair(java.lang.String httprequest, java.lang.String httpresponse)
Deprecated.This component is optional and therefore the API will only work if it is installedApiResponse
ImportZAPLogFromFile(java.lang.String filepath)
Deprecated.This component is optional and therefore the API will only work if it is installedbyte[]
OtherPostModSecurityAuditEvent(java.lang.String auditeventstring)
Deprecated.This component is optional and therefore the API will only work if it is installedApiResponse
PostModSecurityAuditEvent(java.lang.String auditeventstring)
Deprecated.This component is optional and therefore the API will only work if it is installed-
Methods inherited from class org.zaproxy.clientapi.gen.deprecated.ImportLogFilesDeprecated
ImportModSecurityLogFromFile, ImportZAPHttpRequestResponsePair, ImportZAPLogFromFile, OtherPostModSecurityAuditEvent, PostModSecurityAuditEvent
-
-
-
-
Constructor Detail
-
ImportLogFiles
public ImportLogFiles(ClientApi api)
Deprecated.
-
-
Method Detail
-
ImportZAPLogFromFile
public ApiResponse ImportZAPLogFromFile(java.lang.String filepath) throws ClientApiException
Deprecated.This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
ImportModSecurityLogFromFile
public ApiResponse ImportModSecurityLogFromFile(java.lang.String filepath) throws ClientApiException
Deprecated.This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
ImportZAPHttpRequestResponsePair
public ApiResponse ImportZAPHttpRequestResponsePair(java.lang.String httprequest, java.lang.String httpresponse) throws ClientApiException
Deprecated.This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
PostModSecurityAuditEvent
public ApiResponse PostModSecurityAuditEvent(java.lang.String auditeventstring) throws ClientApiException
Deprecated.This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
OtherPostModSecurityAuditEvent
public byte[] OtherPostModSecurityAuditEvent(java.lang.String auditeventstring) throws ClientApiException
Deprecated.This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
-