KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > PasswordAuthentication

javax.mail
Class PasswordAuthentication

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

public String 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,
                              String password)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags