Uses of Class
jakarta.mail.PasswordAuthentication
Packages that use PasswordAuthentication
-
Uses of PasswordAuthentication in jakarta.mail
Fields in jakarta.mail with type parameters of type PasswordAuthenticationModifier and TypeFieldDescriptionprivate final Hashtable<URLName, PasswordAuthentication> Session.authTableMethods in jakarta.mail that return PasswordAuthenticationModifier and TypeMethodDescriptionprotected PasswordAuthenticationAuthenticator.getPasswordAuthentication()Called when password authentication is needed.Session.getPasswordAuthentication(URLName url) Return any saved PasswordAuthentication for this (store or transport) URLName.(package private) final PasswordAuthenticationAuthenticator.requestPasswordAuthentication(InetAddress addr, int port, String protocol, String prompt, String defaultUserName) Ask the authenticator for a password.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.Methods in jakarta.mail with parameters of type PasswordAuthenticationModifier and TypeMethodDescriptionvoidSession.setPasswordAuthentication(URLName url, PasswordAuthentication pw) Save a PasswordAuthentication for this (store or transport) URLName.