Registry for SecurityScan factories.
| Constructor and description |
|---|
SecurityScanRegistry
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
addFactory(SecurityScanFactory factory)Adding a new factory to the registry |
|
java.util.List<SecurityScanFactory> |
getAvailableSecurityScans(TestStep testStep) |
|
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()@return The registry instance |
|
java.lang.String |
getSecurityScanTypeForName(java.lang.String name) |
|
java.util.List<SecurityScanFactory> |
getSecurityScansFactories()Returns a sorted list of available scans |
|
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
Gets the right SecurityScan Factory, depending on the type
type - The name of the Security Scan type to get the factory fornull if no factory is foundGets the right SecurityScan Factory using name
name - The securityScan name to get the factory for
Returns a sorted list of available scans
Checking if the registry contains a factory.
config - A configuration to check the factory forRemoving a factory from the registry
ReadyAPI functional (soapui) SDK 3.3.1