API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.net. PasswordAuthentication View Source
Author(s)
Bill Foote
Since
1.2
Version
1.16, 11/17/05
Serial
Hierarchy
 Object
      PasswordAuthentication
Implements
Subclasses
Description
publicfinal class PasswordAuthentication
  The class PasswordAuthentication is a data holder that is used by Authenticator.
Constructors
public PasswordAuthentication (String userName, char[] password)
  Creates a new PasswordAuthentication object from the given user name and password.
Methods
Hide/Show inherited methods
public char getPassword ()
  Returns the user password.
public String getUserName ()
  Returns the user name.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar