Uses of Class
jakarta.mail.PasswordAuthentication
-
Uses of PasswordAuthentication in jakarta.mail
Modifier and TypeMethodDescriptionprotected PasswordAuthentication
Authenticator.getPasswordAuthentication()
Called when password authentication is needed.Session.getPasswordAuthentication
(URLName url) Return any saved PasswordAuthentication for this (store or transport) URLName.Session.requestPasswordAuthentication
(InetAddress addr, int port, String protocol, String prompt, String defaultUserName) Call back to the application to get the needed user name and password.Modifier and TypeMethodDescriptionvoid
Session.setPasswordAuthentication
(URLName url, PasswordAuthentication pw) Save a PasswordAuthentication for this (store or transport) URLName.