com.eviware.soapui.security.scan
Class PropertyMutation

java.lang.Object
  extended by com.eviware.soapui.security.scan.PropertyMutation

public class PropertyMutation
extends java.lang.Object


Field Summary
static java.lang.String REQUEST_MUTATIONS_STACK
           
 
Constructor Summary
PropertyMutation()
           
 
Method Summary
 void addMutation(SecurityTestRunContext context)
           
 StringToStringMap getMutatedParameters()
           
 java.lang.String getPropertyName()
           
 java.lang.String getPropertyValue()
           
 TestStep getTestStep()
           
static java.util.List<PropertyMutation> popAllMutation(SecurityTestRunContext context)
           
static PropertyMutation popMutation(SecurityTestRunContext context)
           
 void setMutatedParameters(StringToStringMap mutatedParameters)
           
 void setPropertyName(java.lang.String propertyName)
           
 void setPropertyValue(java.lang.String propertyValue)
           
 void setTestStep(TestStep testStep)
           
 void updateRequestProperty(TestStep testStep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_MUTATIONS_STACK

public static final java.lang.String REQUEST_MUTATIONS_STACK
See Also:
Constant Field Values
Constructor Detail

PropertyMutation

public PropertyMutation()
Method Detail

getTestStep

public TestStep getTestStep()

setTestStep

public void setTestStep(TestStep testStep)

getPropertyName

public java.lang.String getPropertyName()

getPropertyValue

public java.lang.String getPropertyValue()

getMutatedParameters

public StringToStringMap getMutatedParameters()

setPropertyName

public void setPropertyName(java.lang.String propertyName)

setPropertyValue

public void setPropertyValue(java.lang.String propertyValue)

setMutatedParameters

public void setMutatedParameters(StringToStringMap mutatedParameters)

updateRequestProperty

public void updateRequestProperty(TestStep testStep)

addMutation

public void addMutation(SecurityTestRunContext context)

popMutation

public static PropertyMutation popMutation(SecurityTestRunContext context)

popAllMutation

public static java.util.List<PropertyMutation> popAllMutation(SecurityTestRunContext context)


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