org.apache.jmeter.config
Class LoginConfig
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.config.ConfigTestElement
org.apache.jmeter.config.LoginConfig
- All Implemented Interfaces:
- Serializable, Cloneable, ConfigElement, TestElement
public class LoginConfig
- extends ConfigTestElement
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
LoginConfig()
Constructor for the LoginConfig object. |
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty |
LoginConfig
public LoginConfig()
- Constructor for the LoginConfig object.
setUsername
public void setUsername(String username)
- Sets the Username attribute of the LoginConfig object.
- Parameters:
username
- the new Username value
setPassword
public void setPassword(String password)
- Sets the Password attribute of the LoginConfig object.
- Parameters:
password
- the new Password value
getUsername
public String getUsername()
- Gets the Username attribute of the LoginConfig object.
- Returns:
- the Username value
getPassword
public String getPassword()
- Gets the Password attribute of the LoginConfig object.
- Returns:
- the Password value
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1998-2011 Apache Software Foundation. All Rights Reserved.