public final class PasswordAuthentication extends Object
Authenticator
, Authenticator.getPasswordAuthentication()
Constructor and Description |
---|
PasswordAuthentication(String userName, char[] password)
从给定的用户名和密码创建一个新的
PasswordAuthentication 对象。
|
public PasswordAuthentication(String userName, char[] password)
PasswordAuthentication
对象。
请注意,给定的用户密码在存储在新的PasswordAuthentication
对象之前被克隆。
userName
- 用户名
password
- 用户密码
public String getUserName()
public char[] getPassword()
请注意,此方法返回对密码的引用。 呼叫者有责任在不再需要密码信息后将其清除。