Class LoginConfig

    • Constructor Detail

      • LoginConfig

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

      • 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