public class ImportLogFilesDeprecated
extends java.lang.Object
Constructor and Description |
---|
ImportLogFilesDeprecated(ClientApi api) |
Modifier and Type | Method and 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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
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 the
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String) ). |
public ImportLogFilesDeprecated(ClientApi api)
@Deprecated public ApiResponse ImportZAPLogFromFile(java.lang.String apikey, java.lang.String filepath) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse ImportModSecurityLogFromFile(java.lang.String apikey, java.lang.String filepath) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse ImportZAPHttpRequestResponsePair(java.lang.String apikey, java.lang.String httprequest, java.lang.String httpresponse) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse PostModSecurityAuditEvent(java.lang.String apikey, java.lang.String auditeventstring) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException
@Deprecated public byte[] OtherPostModSecurityAuditEvent(java.lang.String apikey, java.lang.String auditeventstring) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi.ClientApi(String, int,
String)
).ClientApiException