Initialize a new PasswordAuthenticationparamuserName the user nameparampassword The user's password this.userName = userName; this.password = password;
this.userName = userName; this.password = password;
returnthe password return password;
return password;
returnthe user name return userName;
return userName;