com.eviware.soapui.support
Class SecurityScanUtil
java.lang.Object
com.eviware.soapui.support.SecurityScanUtil
public class SecurityScanUtil
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityScanUtil
public SecurityScanUtil()
globalEntriesList
public static java.util.Map<java.lang.String,java.lang.String> globalEntriesList()
contains
public static java.lang.String contains(SubmitContext context,
java.lang.String content,
java.lang.String token,
boolean useRegEx)
getSoapRequestParams
public static RestParamsPropertyHolder getSoapRequestParams(AbstractHttpRequest<?> request)
projectEntriesList
public static java.util.Map<java.lang.String,java.lang.String> projectEntriesList(SensitiveInfoExposureAssertion sensitiveInfoExposureAssertion)
getXmlObjectTreeModel
public static XmlObjectTreeModel getXmlObjectTreeModel(TestStep testStep,
SecurityCheckedParameter scp)
saveGlobalSecuritySettings
public static void saveGlobalSecuritySettings()
getGlobalSensitiveInformationExposureTokens
public static MutableTestPropertyHolder getGlobalSensitiveInformationExposureTokens()
scanIsApplicableForTestStep
public static boolean scanIsApplicableForTestStep(TestStep testStep,
java.lang.String scanName)
- checks if scan is applicable for provided testStep
- Parameters:
testStep - scanName -
- Returns:
getAllSecurityScanNames
public static java.util.List<java.lang.String> getAllSecurityScanNames(boolean excludeCustomScript)
- Parameters:
excludeCustomScript -
- Returns:
- list of security scan names from SecurityScanRegistry optionally excluding Custom Script scan
Copyright © 2005-2011 eviware.com. All Rights Reserved.