PasswordAuthentication
Class PasswordAuthentication
- java.lang.Object
-
- java.net.PasswordAuthentication
public final class PasswordAuthentication extends Object
The class PasswordAuthentication is a data holder that is used by Authenticator. It is simply a repository for a user name and a password.
- Since:
- 1.2
- See Also:
-
Authenticator
,Authenticator.getPasswordAuthentication()
Constructors
PasswordAuthentication
public PasswordAuthentication(String userName,