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 classDefaultAuthenticatorMailAuthenticatorthat supplies username and passwordMethods in org.apache.camel.component.mail that return MailAuthenticator Modifier and Type Method Description MailAuthenticatorDefaultJavaMailSender. getAuthenticator()MailAuthenticatorJavaMailSender. getAuthenticator()MailAuthenticatorMailConfiguration. getAuthenticator()Methods in org.apache.camel.component.mail with parameters of type MailAuthenticator Modifier and Type Method Description voidDefaultJavaMailSender. setAuthenticator(MailAuthenticator authenticator)voidJavaMailSender. setAuthenticator(MailAuthenticator authenticator)voidMailConfiguration. setAuthenticator(MailAuthenticator authenticator)The authenticator for login.
-