public class SimplePasswordAuthenticator
extends javax.mail.Authenticator
| Constructor and Description |
|---|
SimplePasswordAuthenticator(String username,
String password)
Construct a new SimplePasswordAuthenticator instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected javax.mail.PasswordAuthentication |
getPasswordAuthentication() |
int |
hashCode() |
protected javax.mail.PasswordAuthentication getPasswordAuthentication()
getPasswordAuthentication in class javax.mail.Authenticatorpublic boolean equals(Object obj)
equals in class ObjectObject.equals(Object)Copyright © 2015 Jasig. All Rights Reserved.