Package org.zaproxy.clientapi.gen
Class ImportLogFiles
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.ImportLogFilesDeprecated
-
- org.zaproxy.clientapi.gen.ImportLogFiles
-
@Deprecated(since="1.11.0", forRemoval=true) public class ImportLogFiles extends ImportLogFilesDeprecated
Deprecated, for removal: This API element is subject to removal in a future version.UseExim
instead.This file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description ImportLogFiles(ClientApi api)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ApiResponse
ImportModSecurityLogFromFile(java.lang.String filepath)
Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.This component is optional and therefore the API will only work if it is installedApiResponse
ImportZAPLogFromFile(java.lang.String filepath)
Deprecated, for removal: This API element is subject to removal in a future version.This component is optional and therefore the API will only work if it is installedbyte[]
OtherPostModSecurityAuditEvent(java.lang.String auditeventstring)
Deprecated, for removal: This API element is subject to removal in a future version.This component is optional and therefore the API will only work if it is installedApiResponse
PostModSecurityAuditEvent(java.lang.String auditeventstring)
Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
ImportZAPLogFromFile
public ApiResponse ImportZAPLogFromFile(java.lang.String filepath) throws ClientApiException
Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
-