Class MailSessionReference.PasswordAuthenticator
java.lang.Object
jakarta.mail.Authenticator
org.eclipse.jetty.ee9.jndi.factories.MailSessionReference.PasswordAuthenticator
- Enclosing class:
 MailSessionReference
public static class MailSessionReference.PasswordAuthenticator
extends jakarta.mail.Authenticator
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionjakarta.mail.PasswordAuthenticationgetUser()voidsetPassword(String password) voidMethods inherited from class jakarta.mail.Authenticator
getDefaultUserName, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingSite 
- 
Constructor Details
- 
PasswordAuthenticator
public PasswordAuthenticator() - 
PasswordAuthenticator
 
 - 
 - 
Method Details
- 
getPasswordAuthentication
public jakarta.mail.PasswordAuthentication getPasswordAuthentication()- Overrides:
 getPasswordAuthenticationin classjakarta.mail.Authenticator
 - 
setUser
 - 
getUser
 - 
getPassword
 - 
setPassword
 
 -