org.apache.jmeter.config

Class LoginConfig

Implemented Interfaces:
Cloneable, Serializable, ConfigElement, TestElement

public class LoginConfig
extends ConfigTestElement
implements Serializable

Field Summary

Fields inherited from class org.apache.jmeter.config.ConfigTestElement

PASSWORD, USERNAME

Fields inherited from interface org.apache.jmeter.testelement.TestElement

COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS

Constructor Summary

LoginConfig()
Constructor for the LoginConfig object.

Method Summary

String
getPassword()
Gets the Password attribute of the LoginConfig object.
String
getUsername()
Gets the Username attribute of the LoginConfig object.
void
setPassword(String password)
Sets the Password attribute of the LoginConfig object.
void
setUsername(String username)
Sets the Username attribute of the LoginConfig object.
String
toString()

Methods inherited from class org.apache.jmeter.config.ConfigTestElement

addConfigElement, addTestElement, expectsModification

Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement

addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, 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

Constructor Details

LoginConfig

public LoginConfig()
Constructor for the LoginConfig object.

Method Details

getPassword

public String getPassword()
Gets the Password attribute of the LoginConfig object.
Returns:
the Password value

getUsername

public String getUsername()
Gets the Username attribute of the LoginConfig object.
Returns:
the Username value

setPassword

public void setPassword(String password)
Sets the Password attribute of the LoginConfig object.
Parameters:
password - the new Password value

setUsername

public void setUsername(String username)
Sets the Username attribute of the LoginConfig object.
Parameters:
username - the new Username value

toString

public String toString()

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