Package org.apache.camel.component.mail
Class MailAuthenticator
- java.lang.Object
- 
- javax.mail.Authenticator
- 
- org.apache.camel.component.mail.MailAuthenticator
 
 
- 
- Direct Known Subclasses:
- DefaultAuthenticator
 
 public class MailAuthenticator extends javax.mail.AuthenticatorMail authenticator that supplies username and password
- 
- 
Constructor SummaryConstructors Constructor Description MailAuthenticator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.mail.PasswordAuthenticationgetPasswordAuthentication()Override this method in your implementation.
 
-