public class SimpleAuthenticator
extends jakarta.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 |
|---|---|
jakarta.mail.PasswordAuthentication |
getPasswordAuthentication()
Return new
PasswordAuthentication for given username and password. |