Package org.apache.camel.component.mail
Class DefaultAuthenticator
java.lang.Object
jakarta.mail.Authenticator
org.apache.camel.component.mail.MailAuthenticator
org.apache.camel.component.mail.DefaultAuthenticator
Mail
Authenticator
that supplies username and password-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.mail.PasswordAuthentication
Returns an authenticator object for use in sessionsMethods inherited from class jakarta.mail.Authenticator
getDefaultUserName, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingSite
-
Constructor Details
-
DefaultAuthenticator
-
-
Method Details
-
getPasswordAuthentication
public jakarta.mail.PasswordAuthentication getPasswordAuthentication()Returns an authenticator object for use in sessions- Overrides:
getPasswordAuthentication
in classMailAuthenticator
-