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
 PasswordAuthentication Session.getPasswordAuthentication(URLName name)
           
 PasswordAuthentication Session.requestPasswordAuthentication(InetAddress host, int port, String protocol, String prompt, String defaultUserName)
           
protected  PasswordAuthentication Authenticator.getPasswordAuthentication()
           
 

Methods in javax.mail with parameters of type PasswordAuthentication
 void Session.setPasswordAuthentication(URLName name, PasswordAuthentication authenticator)
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.