|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.mail.Authenticator org.blojsom.plugin.email.SimpleAuthenticator
Simple authenticator
Constructor Summary | |
SimpleAuthenticator(java.lang.String username,
java.lang.String password)
Construct a new simple authenticator with the given username and password |
Method Summary | |
protected javax.mail.PasswordAuthentication |
getPasswordAuthentication()
Returns a PasswordAuthentication object with username and password |
Methods inherited from class javax.mail.Authenticator |
getDefaultUserName, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingSite |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleAuthenticator(java.lang.String username, java.lang.String password)
username
- Usernamepassword
- PasswordMethod Detail |
protected javax.mail.PasswordAuthentication getPasswordAuthentication()
PasswordAuthentication
object with username and password
PasswordAuthentication
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |