KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > PasswordAuthentication

java.net
Class PasswordAuthentication

java.lang.Object
  extended by java.net.PasswordAuthentication
See Also:
Top Examples, Source Code, Authenticator, Authenticator.getPasswordAuthentication()

public char[] getPassword()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getUserName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PasswordAuthentication(String userName,
                              char[] password)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags