com.eviware.soapui.security.registry
Class BoundarySecurityScanFactory

java.lang.Object
  extended by com.eviware.soapui.security.registry.AbstractSecurityScanFactory
      extended by com.eviware.soapui.security.registry.BoundarySecurityScanFactory
All Implemented Interfaces:
SecurityScanFactory

public class BoundarySecurityScanFactory
extends AbstractSecurityScanFactory

Factory for creation Boundary scans

Author:
nebojsa.tasic

Field Summary
 
Fields inherited from class com.eviware.soapui.security.registry.AbstractSecurityScanFactory
pathToIcon
 
Constructor Summary
BoundarySecurityScanFactory()
           
 
Method Summary
 AbstractSecurityScan buildSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent)
           
 boolean canCreate(TestStep testStep)
          True for test step on which this scan could be aplied.
 com.eviware.soapui.config.SecurityScanConfig createNewSecurityScan(java.lang.String name)
           
 
Methods inherited from class com.eviware.soapui.security.registry.AbstractSecurityScanFactory
getSecurityScanDescription, getSecurityScanIconPath, getSecurityScanName, getSecurityScanType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundarySecurityScanFactory

public BoundarySecurityScanFactory()
Method Detail

createNewSecurityScan

public com.eviware.soapui.config.SecurityScanConfig createNewSecurityScan(java.lang.String name)
Specified by:
createNewSecurityScan in interface SecurityScanFactory
Specified by:
createNewSecurityScan in class AbstractSecurityScanFactory

buildSecurityScan

public AbstractSecurityScan buildSecurityScan(TestStep testStep,
                                              com.eviware.soapui.config.SecurityScanConfig config,
                                              ModelItem parent)
Specified by:
buildSecurityScan in interface SecurityScanFactory
Specified by:
buildSecurityScan in class AbstractSecurityScanFactory

canCreate

public boolean canCreate(TestStep testStep)
Description copied from class: AbstractSecurityScanFactory
True for test step on which this scan could be aplied.

Specified by:
canCreate in interface SecurityScanFactory
Specified by:
canCreate in class AbstractSecurityScanFactory
Returns:


Copyright © 2005-2011 eviware.com. All Rights Reserved.