|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jmeter.testelement.AbstractTestElement | +--org.apache.jmeter.config.ConfigTestElement | +--org.apache.jmeter.protocol.ldap.config.LdapConfig
This is model class for the LdapConfigGui this will hold all the LDAP config value
Field Summary |
Fields inherited from class org.apache.jmeter.config.ConfigTestElement |
PASSWORD, USERNAME |
Fields inherited from class org.apache.jmeter.testelement.AbstractTestElement |
log |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
LdapConfig()
Constructor for the LdapConfig object |
Method Summary | |
Arguments |
getArguments()
Gets the Arguments attribute of the LdapConfig object |
String |
getLabel()
Returns a formatted string label describing this sampler Example output: |
String |
getRootdn()
Gets the Rootdn attribute of the LdapConfig object |
String |
getTest()
Gets the test attribute of the LdapConfig object |
boolean |
getUserDefinedTest()
Gets the UserDefinedTest attribute of the LdapConfig object |
void |
setArguments(Arguments value)
Sets the Arguments attribute of the LdapConfig object This will collect values from the table for user defined test case |
void |
setRootdn(String newRootdn)
Sets the Rootdn attribute of the LdapConfig object |
void |
setTest(String newTest)
Sets the Test attribute of the LdapConfig object |
void |
setUserDefinedTest(boolean value)
Sets the UserDefinedTest attribute of the LdapConfig object |
Methods inherited from class org.apache.jmeter.config.ConfigTestElement |
addTestElement |
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, clear, clone, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, traverse, traverseCollection, traverseMap, traverseProperty |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LdapConfig()
Method Detail |
public void setRootdn(String newRootdn)
public String getRootdn()
public void setTest(String newTest)
public String getTest()
public void setUserDefinedTest(boolean value)
value
- The new UserDefinedTest valuepublic boolean getUserDefinedTest()
public void setArguments(Arguments value)
value
- The argumentspublic Arguments getArguments()
public String getLabel()
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |