public class SimpleAuthenticator
extends javax.mail.Authenticator
| Constructor and Description |
|---|
SimpleAuthenticator(java.lang.String username,
java.lang.String password)
Creates new SimpleAuthenticator for given username and password.
|
| Modifier and Type | Method and Description |
|---|---|
javax.mail.PasswordAuthentication |
getPasswordAuthentication()
Return new
PasswordAuthentication for given username and password. |
Copyright © 2003-present Jodd Team