| |
|
| org.apache.jmeter.config.ConfigTestElement org.apache.jmeter.config.LoginConfig
Constructor Summary | |
public | LoginConfig() Constructor for the LoginConfig object. |
LoginConfig | public LoginConfig()(Code) | | Constructor for the LoginConfig object.
|
getPassword | public String getPassword()(Code) | | Gets the Password attribute of the LoginConfig object.
the Password value |
getUsername | public String getUsername()(Code) | | Gets the Username attribute of the LoginConfig object.
the Username value |
setPassword | public void setPassword(String password)(Code) | | Sets the Password attribute of the LoginConfig object.
Parameters: password - the new Password value |
setUsername | public void setUsername(String username)(Code) | | Sets the Username attribute of the LoginConfig object.
Parameters: username - the new Username value |
|
|
|