The only way to construct the instances of this class.paramuser the user name for the connectionparampassword the clear text password for the connection this.user = user; this.password = password;
this.user = user; this.password = password;
Returns the password in clear text.returnString return password;
return password;
Returns the user name.returnString return user;
return user;