public class Scan extends Object
| Constructor and Description |
|---|
Scan(StandardEnterpriseClient client,
ScanSettings settings,
LoggerFacade log) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getId()
returns the current scan id, this will be empty until process has been called
|
boolean |
process(String username,
String password) |
public Scan(StandardEnterpriseClient client, ScanSettings settings, LoggerFacade log)
public Optional<String> getId()
public boolean process(String username, String password) throws InterruptedException
InterruptedExceptionCopyright © 2016–2020. All rights reserved.