Class LoginConfig

All Implemented Interfaces:
Serializable, Cloneable, ConfigElement, Searchable, org.apache.jmeter.testelement.TestElement

public class LoginConfig extends ConfigTestElement implements Serializable
See Also:
  • Constructor Details

    • LoginConfig

      public LoginConfig()
      Constructor for the LoginConfig object.
  • Method Details

    • 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