Package com.rapid7.appspider
Class DastScan
- java.lang.Object
-
- com.rapid7.appspider.DastScan
-
public class DastScan extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DastScan
createInstanceOrThrow(EnterpriseClient client, ScanSettings settings, LoggerFacade log)
Optional<String>
getId()
returns the current scan id, this will be empty until process has been calledboolean
process(AuthenticationModel authModel)
-
-
-
Method Detail
-
createInstanceOrThrow
public static DastScan createInstanceOrThrow(EnterpriseClient client, ScanSettings settings, LoggerFacade log)
-
getId
public Optional<String> getId()
returns the current scan id, this will be empty until process has been called- Returns:
- the current scan id
-
process
public boolean process(AuthenticationModel authModel) throws InterruptedException
- Throws:
InterruptedException
-
-