Package org.apache.jmeter.config
Class KeystoreConfig
-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Cloneable,org.apache.jmeter.config.ConfigElement,org.apache.jmeter.gui.Searchable,org.apache.jmeter.testbeans.TestBean,org.apache.jmeter.testelement.TestElement,org.apache.jmeter.testelement.TestStateListener
public class KeystoreConfig extends ConfigTestElement implements TestBean, TestStateListenerConfigure Keystore
-
-
Field Summary
Fields Modifier and Type Field Description public StringstartIndexpublic StringendIndexpublic Stringpreloadpublic StringclientCertAliasVarNamepublic final static StringUSERNAMEpublic final static StringPASSWORDpublic transient JMeterContextthreadContextpublic transient StringthreadNamepublic final static TestElement.CompanionCompanionpublic final static StringNAMEpublic final static StringGUI_CLASSpublic final static StringENABLEDpublic final static StringTEST_CLASSpublic final static StringCOMMENTS
-
Constructor Summary
Constructors Constructor Description KeystoreConfig()
-
Method Summary
Modifier and Type Method Description StringgetStartIndex()voidsetStartIndex(String startIndex)StringgetEndIndex()voidsetEndIndex(String endIndex)StringgetPreload()voidsetPreload(String preload)StringgetClientCertAliasVarName()voidsetClientCertAliasVarName(String clientCertAliasVarName)voidtestEnded()voidtestEnded(String host)voidtestStarted()voidtestStarted(String host)-
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
canRemove, clear, clearTestElementChildren, clone, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyOrNull, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse -
Methods inherited from class org.apache.jmeter.config.ConfigTestElement
addConfigElement, addTestElement, expectsModification, getProps, getSchema -
Methods inherited from class org.apache.jmeter.testelement.TestElement
get, get, get, get, get, get, get, get, get, getOrCreate, getOrCreate, getOrNull, getOrNull, getOrNull, getProps, getSchema, getString, removed, set -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getStartIndex
String getStartIndex()
- Returns:
the startIndex
-
setStartIndex
void setStartIndex(String startIndex)
- Parameters:
startIndex- the startIndex to set
-
getEndIndex
String getEndIndex()
- Returns:
the endIndex
-
setEndIndex
void setEndIndex(String endIndex)
- Parameters:
endIndex- the endIndex to set
-
getPreload
String getPreload()
- Returns:
the preload
-
setPreload
void setPreload(String preload)
- Parameters:
preload- the preload to set
-
getClientCertAliasVarName
String getClientCertAliasVarName()
- Returns:
the clientCertAliasVarName
-
setClientCertAliasVarName
void setClientCertAliasVarName(String clientCertAliasVarName)
- Parameters:
clientCertAliasVarName- the clientCertAliasVarName to set
-
testEnded
void testEnded()
-
testStarted
void testStarted()
-
testStarted
void testStarted(String host)
-
-
-
-