Uses of Class
org.apache.camel.component.mail.MailAuthenticator
-
Packages that use MailAuthenticator Package Description org.apache.camel.component.mail Defines the Email Component -
-
Uses of MailAuthenticator in org.apache.camel.component.mail
Subclasses of MailAuthenticator in org.apache.camel.component.mail Modifier and Type Class Description class
DefaultAuthenticator
MailAuthenticator
that supplies username and passwordMethods in org.apache.camel.component.mail that return MailAuthenticator Modifier and Type Method Description MailAuthenticator
DefaultJavaMailSender. getAuthenticator()
MailAuthenticator
JavaMailSender. getAuthenticator()
MailAuthenticator
MailConfiguration. getAuthenticator()
Methods in org.apache.camel.component.mail with parameters of type MailAuthenticator Modifier and Type Method Description void
DefaultJavaMailSender. setAuthenticator(MailAuthenticator authenticator)
void
JavaMailSender. setAuthenticator(MailAuthenticator authenticator)
void
MailConfiguration. setAuthenticator(MailAuthenticator authenticator)
The authenticator for login.
-