Uses of Class
org.apache.camel.component.mail.MailAuthenticator
Packages that use MailAuthenticator
-
Uses of MailAuthenticator in org.apache.camel.component.mail
Subclasses of MailAuthenticator in org.apache.camel.component.mailModifier and TypeClassDescriptionclass
MailAuthenticator
that supplies username and passwordMethods in org.apache.camel.component.mail that return MailAuthenticatorModifier and TypeMethodDescriptionDefaultJavaMailSender.getAuthenticator()
JavaMailSender.getAuthenticator()
MailConfiguration.getAuthenticator()
Methods in org.apache.camel.component.mail with parameters of type MailAuthenticatorModifier and TypeMethodDescriptionvoid
DefaultJavaMailSender.setAuthenticator
(MailAuthenticator authenticator) void
JavaMailSender.setAuthenticator
(MailAuthenticator authenticator) void
MailConfiguration.setAuthenticator
(MailAuthenticator authenticator) The authenticator for login.