Uses of Class
javax.mail.PasswordAuthentication

Packages that use PasswordAuthentication
javax.mail   
 

Uses of PasswordAuthentication in javax.mail
 

Methods in javax.mail that return PasswordAuthentication
protected  PasswordAuthentication Authenticator.getPasswordAuthentication()
           
 PasswordAuthentication Session.getPasswordAuthentication(URLName name)
          Get the password authentication associated with a URL
 PasswordAuthentication Session.requestPasswordAuthentication(InetAddress host, int port, String protocol, String prompt, String defaultUserName)
          Call back to the application supplied authenticator to get the needed username add password.
 

Methods in javax.mail with parameters of type PasswordAuthentication
 void Session.setPasswordAuthentication(URLName name, PasswordAuthentication authenticator)
          Set the password authentication associated with a URL.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.