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 TypeClassDescriptionclassMailAuthenticatorthat 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 TypeMethodDescriptionvoidDefaultJavaMailSender.setAuthenticator(MailAuthenticator authenticator) voidJavaMailSender.setAuthenticator(MailAuthenticator authenticator) voidMailConfiguration.setAuthenticator(MailAuthenticator authenticator) The authenticator for login.