Constructor and description |
---|
SecurityScanRegistry
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addFactory(SecurityScanFactory factory) Adding a new factory to the registry |
|
java.lang.String[] |
getAvailableSecurityScansNames() Returns the list of available scans |
|
java.lang.String[] |
getAvailableSecurityScansNames(TestStep testStep) |
|
SecurityScanFactory |
getFactory(java.lang.String type) Gets the right SecurityScan Factory, depending on the type |
|
SecurityScanFactory |
getFactoryByName(java.lang.String name) Gets the right SecurityScan Factory using name |
|
static SecurityScanRegistry |
getInstance()
|
|
java.lang.String |
getSecurityScanTypeForName(java.lang.String name) |
|
SecurityConfigurationDialogBuilder |
getUIBuilder() |
|
boolean |
hasFactory(SecurityScanConfig config) Checking if the registry contains a factory. |
|
void |
removeFactory(java.lang.String type) Removing a factory from the registry |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Adding a new factory to the registry
Returns the list of available scans
monitorOnly
- Set this to true to get only the list of scans which can be
used in the http monitorGets the right SecurityScan Factory, depending on the type
type
- The securityScan to get the factory forGets the right SecurityScan Factory using name
name
- The securityScan name to get the factory for
Checking if the registry contains a factory.
config
- A configuration to check the factory forRemoving a factory from the registry