com.eviware.soapui.actions
Class SecurityScansPrefs

java.lang.Object
  extended by com.eviware.soapui.actions.SecurityScansPrefs
All Implemented Interfaces:
Prefs

public class SecurityScansPrefs
extends java.lang.Object
implements Prefs


Field Summary
static java.lang.String GLOBAL_SENSITIVE_INFORMATION_TOKENS
           
 
Constructor Summary
SecurityScansPrefs(java.lang.String title)
           
 
Method Summary
 SimpleForm getForm()
           
 void getFormValues(Settings settings)
           
 java.lang.String getTitle()
           
 StringToStringMap getValues(Settings settings)
           
 void setFormValues(Settings settings)
           
 void storeValues(StringToStringMap values, Settings settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBAL_SENSITIVE_INFORMATION_TOKENS

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

SecurityScansPrefs

public SecurityScansPrefs(java.lang.String title)
Method Detail

getForm

public SimpleForm getForm()
Specified by:
getForm in interface Prefs

getFormValues

public void getFormValues(Settings settings)
Specified by:
getFormValues in interface Prefs

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface Prefs

getValues

public StringToStringMap getValues(Settings settings)
Specified by:
getValues in interface Prefs

setFormValues

public void setFormValues(Settings settings)
Specified by:
setFormValues in interface Prefs

storeValues

public void storeValues(StringToStringMap values,
                        Settings settings)
Specified by:
storeValues in interface Prefs


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