public class AscanDeprecated
extends java.lang.Object
Constructor and Description |
---|
AscanDeprecated(ClientApi api) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
addScanPolicy(java.lang.String apikey,
java.lang.String scanpolicyname)
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(String, int,
String) ). |
ApiResponse |
clearExcludedFromScan(java.lang.String apikey)
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(String, int,
String) ). |
ApiResponse |
disableAllScanners(java.lang.String apikey,
java.lang.String scanpolicyname)
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(String, int,
String) ). |
ApiResponse |
disableScanners(java.lang.String apikey,
java.lang.String ids,
java.lang.String scanpolicyname)
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(String, int,
String) ). |
ApiResponse |
enableAllScanners(java.lang.String apikey,
java.lang.String scanpolicyname)
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(String, int,
String) ). |
ApiResponse |
enableScanners(java.lang.String apikey,
java.lang.String ids,
java.lang.String scanpolicyname)
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(String, int,
String) ). |
ApiResponse |
excludeFromScan(java.lang.String apikey,
java.lang.String regex)
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(String, int,
String) ). |
ApiResponse |
pause(java.lang.String apikey,
java.lang.String scanid)
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(String, int,
String) ). |
ApiResponse |
pauseAllScans(java.lang.String apikey)
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(String, int,
String) ). |
ApiResponse |
removeAllScans(java.lang.String apikey)
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(String, int,
String) ). |
ApiResponse |
removeScan(java.lang.String apikey,
java.lang.String scanid)
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(String, int,
String) ). |
ApiResponse |
removeScanPolicy(java.lang.String apikey,
java.lang.String scanpolicyname)
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(String, int,
String) ). |
ApiResponse |
resume(java.lang.String apikey,
java.lang.String scanid)
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(String, int,
String) ). |
ApiResponse |
resumeAllScans(java.lang.String apikey)
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(String, int,
String) ). |
ApiResponse |
scan(java.lang.String apikey,
java.lang.String url,
java.lang.String recurse,
java.lang.String inscopeonly,
java.lang.String scanpolicyname,
java.lang.String method,
java.lang.String postdata)
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(String, int,
String) ). |
ApiResponse |
scanAsUser(java.lang.String apikey,
java.lang.String url,
java.lang.String contextid,
java.lang.String userid,
java.lang.String recurse,
java.lang.String scanpolicyname,
java.lang.String method,
java.lang.String postdata)
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(String, int,
String) ). |
ApiResponse |
setEnabledPolicies(java.lang.String apikey,
java.lang.String ids,
java.lang.String scanpolicyname)
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(String, int,
String) ). |
ApiResponse |
setOptionAllowAttackOnStart(java.lang.String apikey,
boolean bool)
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(String, int,
String) ). |
ApiResponse |
setOptionAttackPolicy(java.lang.String apikey,
java.lang.String string)
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(String, int,
String) ). |
ApiResponse |
setOptionDefaultPolicy(java.lang.String apikey,
java.lang.String string)
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(String, int,
String) ). |
ApiResponse |
setOptionDelayInMs(java.lang.String apikey,
int i)
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(String, int,
String) ). |
ApiResponse |
setOptionHandleAntiCSRFTokens(java.lang.String apikey,
boolean bool)
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(String, int,
String) ). |
ApiResponse |
setOptionHostPerScan(java.lang.String apikey,
int i)
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(String, int,
String) ). |
ApiResponse |
setOptionInjectPluginIdInHeader(java.lang.String apikey,
boolean bool)
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(String, int,
String) ). |
ApiResponse |
setOptionMaxChartTimeInMins(java.lang.String apikey,
int i)
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(String, int,
String) ). |
ApiResponse |
setOptionMaxResultsToList(java.lang.String apikey,
int i)
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(String, int,
String) ). |
ApiResponse |
setOptionMaxScansInUI(java.lang.String apikey,
int i)
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(String, int,
String) ). |
ApiResponse |
setOptionPromptInAttackMode(java.lang.String apikey,
boolean bool)
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(String, int,
String) ). |
ApiResponse |
setOptionPromptToClearFinishedScans(java.lang.String apikey,
boolean bool)
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(String, int,
String) ). |
ApiResponse |
setOptionRescanInAttackMode(java.lang.String apikey,
boolean bool)
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(String, int,
String) ). |
ApiResponse |
setOptionScanHeadersAllRequests(java.lang.String apikey,
boolean bool)
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(String, int,
String) ). |
ApiResponse |
setOptionShowAdvancedDialog(java.lang.String apikey,
boolean bool)
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(String, int,
String) ). |
ApiResponse |
setOptionTargetParamsEnabledRPC(java.lang.String apikey,
int i)
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(String, int,
String) ). |
ApiResponse |
setOptionTargetParamsInjectable(java.lang.String apikey,
int i)
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(String, int,
String) ). |
ApiResponse |
setOptionThreadPerHost(java.lang.String apikey,
int i)
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(String, int,
String) ). |
ApiResponse |
setPolicyAlertThreshold(java.lang.String apikey,
java.lang.String id,
java.lang.String alertthreshold,
java.lang.String scanpolicyname)
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(String, int,
String) ). |
ApiResponse |
setPolicyAttackStrength(java.lang.String apikey,
java.lang.String id,
java.lang.String attackstrength,
java.lang.String scanpolicyname)
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(String, int,
String) ). |
ApiResponse |
setScannerAlertThreshold(java.lang.String apikey,
java.lang.String id,
java.lang.String alertthreshold,
java.lang.String scanpolicyname)
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(String, int,
String) ). |
ApiResponse |
setScannerAttackStrength(java.lang.String apikey,
java.lang.String id,
java.lang.String attackstrength,
java.lang.String scanpolicyname)
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(String, int,
String) ). |
ApiResponse |
stop(java.lang.String apikey,
java.lang.String scanid)
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(String, int,
String) ). |
ApiResponse |
stopAllScans(java.lang.String apikey)
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(String, int,
String) ). |
public AscanDeprecated(ClientApi api)
@Deprecated public ApiResponse scan(java.lang.String apikey, java.lang.String url, java.lang.String recurse, java.lang.String inscopeonly, java.lang.String scanpolicyname, java.lang.String method, java.lang.String postdata) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse scanAsUser(java.lang.String apikey, java.lang.String url, java.lang.String contextid, java.lang.String userid, java.lang.String recurse, java.lang.String scanpolicyname, java.lang.String method, java.lang.String postdata) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse pause(java.lang.String apikey, java.lang.String scanid) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse resume(java.lang.String apikey, java.lang.String scanid) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse stop(java.lang.String apikey, java.lang.String scanid) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse removeScan(java.lang.String apikey, java.lang.String scanid) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse pauseAllScans(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse resumeAllScans(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse stopAllScans(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse removeAllScans(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse clearExcludedFromScan(java.lang.String apikey) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse excludeFromScan(java.lang.String apikey, java.lang.String regex) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse enableAllScanners(java.lang.String apikey, java.lang.String scanpolicyname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse disableAllScanners(java.lang.String apikey, java.lang.String scanpolicyname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse enableScanners(java.lang.String apikey, java.lang.String ids, java.lang.String scanpolicyname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse disableScanners(java.lang.String apikey, java.lang.String ids, java.lang.String scanpolicyname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setEnabledPolicies(java.lang.String apikey, java.lang.String ids, java.lang.String scanpolicyname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setPolicyAttackStrength(java.lang.String apikey, java.lang.String id, java.lang.String attackstrength, java.lang.String scanpolicyname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setPolicyAlertThreshold(java.lang.String apikey, java.lang.String id, java.lang.String alertthreshold, java.lang.String scanpolicyname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setScannerAttackStrength(java.lang.String apikey, java.lang.String id, java.lang.String attackstrength, java.lang.String scanpolicyname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setScannerAlertThreshold(java.lang.String apikey, java.lang.String id, java.lang.String alertthreshold, java.lang.String scanpolicyname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse addScanPolicy(java.lang.String apikey, java.lang.String scanpolicyname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse removeScanPolicy(java.lang.String apikey, java.lang.String scanpolicyname) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionAttackPolicy(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionDefaultPolicy(java.lang.String apikey, java.lang.String string) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionAllowAttackOnStart(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionDelayInMs(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionHandleAntiCSRFTokens(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionHostPerScan(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionInjectPluginIdInHeader(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionMaxChartTimeInMins(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionMaxResultsToList(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionMaxScansInUI(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionPromptInAttackMode(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionPromptToClearFinishedScans(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionRescanInAttackMode(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionScanHeadersAllRequests(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionShowAdvancedDialog(java.lang.String apikey, boolean bool) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionTargetParamsEnabledRPC(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionTargetParamsInjectable(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException
@Deprecated public ApiResponse setOptionThreadPerHost(java.lang.String apikey, int i) throws ClientApiException
ClientApi
constructors that allow to set the API key (e.g. ClientApi(String, int,
String)
).ClientApiException