Uses of Class
javax.mail.PasswordAuthentication

Packages that use PasswordAuthentication
javax.mail Classes modeling a mail system. 
 

Uses of PasswordAuthentication in javax.mail
 

Methods in javax.mail that return PasswordAuthentication
protected  PasswordAuthentication Authenticator.getPasswordAuthentication()
          Called when password authentication is needed.
 PasswordAuthentication Session.getPasswordAuthentication(URLName url)
          Return any saved PasswordAuthentication for this (store or transport) URLName.
 PasswordAuthentication Session.requestPasswordAuthentication(java.net.InetAddress addr, int port, java.lang.String protocol, java.lang.String prompt, java.lang.String defaultUserName)
          Call back to the application to get the needed user name and password.
 

Methods in javax.mail with parameters of type PasswordAuthentication
 void Session.setPasswordAuthentication(URLName url, PasswordAuthentication pw)
          Save a PasswordAuthentication for this (store or transport) URLName.