Apache JMeter
1.9

org.apache.jmeter.protocol.ldap.config
Class LdapConfig

java.lang.Object
  |
  +--org.apache.jmeter.testelement.AbstractTestElement
        |
        +--org.apache.jmeter.config.ConfigTestElement
              |
              +--org.apache.jmeter.protocol.ldap.config.LdapConfig
All Implemented Interfaces:
Cloneable, Serializable, TestElement

public class LdapConfig
extends ConfigTestElement
implements Serializable

This is model class for the LdapConfigGui this will hold all the LDAP config value

See Also:
Serialized Form

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

LdapConfig

public LdapConfig()
Constructor for the LdapConfig object

Method Detail

setRootdn

public void setRootdn(String newRootdn)
Sets the Rootdn attribute of the LdapConfig object


getRootdn

public String getRootdn()
Gets the Rootdn attribute of the LdapConfig object

Returns:
The Rootdn value

setTest

public void setTest(String newTest)
Sets the Test attribute of the LdapConfig object


getTest

public String getTest()
Gets the test attribute of the LdapConfig object

Returns:
The test value (Add,Modify,Delete and search)

setUserDefinedTest

public void setUserDefinedTest(boolean value)
Sets the UserDefinedTest attribute of the LdapConfig object

Parameters:
value - The new UserDefinedTest value

getUserDefinedTest

public boolean getUserDefinedTest()
Gets the UserDefinedTest attribute of the LdapConfig object

Returns:
The test value true or false if true it will do the UserDefinedTest else our own inbuilt test case

setArguments

public void setArguments(Arguments value)
Sets the Arguments attribute of the LdapConfig object This will collect values from the table for user defined test case

Parameters:
value - The arguments

getArguments

public Arguments getArguments()
Gets the Arguments attribute of the LdapConfig object

Returns:
The arguments user defined test case

getLabel

public String getLabel()
Returns a formatted string label describing this sampler Example output:

Returns:
a formatted string label describing this sampler

Apache JMeter
1.9

Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.