public final class PasswordAuthentication extends Object
Authenticator
Authenticator.getPasswordAuthentication()
PasswordAuthentication
Note that the given user password is cloned before it is stored in the new PasswordAuthentication object.
userName
password
Note that this method returns a reference to the password. It is the caller's responsibility to zero out the password information after it is no longer needed.