| org.blojsom.plugin.email.SimpleAuthenticator
SimpleAuthenticator | public class SimpleAuthenticator extends Authenticator (Code) | | Simple authenticator
author: David Czarnecki version: $Id: SimpleAuthenticator.java,v 1.2 2007/01/17 02:35:09 czarneckid Exp $ since: blojsom 3.0 |
SimpleAuthenticator | public SimpleAuthenticator(String username, String password)(Code) | | Construct a new simple authenticator with the given username and password
Parameters: username - Username Parameters: password - Password |
getPasswordAuthentication | protected PasswordAuthentication getPasswordAuthentication()(Code) | | Returns a
javax.mail.PasswordAuthentication object with username and password
javax.mail.PasswordAuthentication |
|
|