java.net
Class PasswordAuthentication

java.lang.Object
  |
  +--java.net.PasswordAuthentication

public final synchronized class PasswordAuthentication
extends Object


Constructor Summary
PasswordAuthentication(String, char[])
           
 
Method Summary
 char[] getPassword()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

PasswordAuthentication

public PasswordAuthentication(String,
                              char[])
Method Detail

getUserName

public String getUserName()

getPassword

public char[] getPassword()