Package org.apache.camel.component.mail
Class DefaultAuthenticator
- java.lang.Object
- 
- javax.mail.Authenticator
- 
- org.apache.camel.component.mail.MailAuthenticator
- 
- org.apache.camel.component.mail.DefaultAuthenticator
 
 
 
- 
 public class DefaultAuthenticator extends MailAuthenticator MailAuthenticatorthat supplies username and password
- 
- 
Constructor SummaryConstructors Constructor Description DefaultAuthenticator(String username, String password)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.mail.PasswordAuthenticationgetPasswordAuthentication()Returns an authenticator object for use in sessions
 
- 
- 
- 
Method Detail- 
getPasswordAuthenticationpublic javax.mail.PasswordAuthentication getPasswordAuthentication() Returns an authenticator object for use in sessions- Overrides:
- getPasswordAuthenticationin class- MailAuthenticator
 
 
- 
 
-