Uses of Class
jakarta.mail.PasswordAuthentication
-
Packages that use PasswordAuthentication Package Description jakarta.mail The Jakarta Mail API provides classes that model a mail system. -
-
Uses of PasswordAuthentication in jakarta.mail
Fields in jakarta.mail with type parameters of type PasswordAuthentication Modifier and Type Field Description private java.util.Hashtable<URLName,PasswordAuthentication>Session. authTableMethods in jakarta.mail that return PasswordAuthentication Modifier and Type Method Description protected PasswordAuthenticationAuthenticator. getPasswordAuthentication()Called when password authentication is needed.PasswordAuthenticationSession. getPasswordAuthentication(URLName url)Return any saved PasswordAuthentication for this (store or transport) URLName.(package private) PasswordAuthenticationAuthenticator. requestPasswordAuthentication(java.net.InetAddress addr, int port, java.lang.String protocol, java.lang.String prompt, java.lang.String defaultUserName)Ask the authenticator for a password.PasswordAuthenticationSession. 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 jakarta.mail with parameters of type PasswordAuthentication Modifier and Type Method Description voidSession. setPasswordAuthentication(URLName url, PasswordAuthentication pw)Save a PasswordAuthentication for this (store or transport) URLName.
-