public static class MailSessionReference.PasswordAuthenticator
extends javax.mail.Authenticator
| Constructor and Description |
|---|
MailSessionReference.PasswordAuthenticator() |
MailSessionReference.PasswordAuthenticator(String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
javax.mail.PasswordAuthentication |
getPasswordAuthentication() |
String |
getUser() |
void |
setPassword(String password) |
void |
setUser(String user) |
public MailSessionReference.PasswordAuthenticator()
public javax.mail.PasswordAuthentication getPasswordAuthentication()
getPasswordAuthentication in class javax.mail.Authenticatorpublic void setUser(String user)
public String getUser()
public String getPassword()
public void setPassword(String password)
Copyright © 1995-2018 Webtide. All Rights Reserved.