| org.ow2.easybeans.component.mail.factory.SimpleAuthenticator
SimpleAuthenticator | public class SimpleAuthenticator extends Authenticator (Code) | | This class specifies the
Authenticator to use in
Sesssion.getInstance() method.
author: Florent Benoit |
SimpleAuthenticator | public SimpleAuthenticator(String username, String password)(Code) | | Constructor for build a new
Authenticator .
Parameters: username - the name of the user Parameters: password - the password of the user |
getPasswordAuthentication | public PasswordAuthentication getPasswordAuthentication()(Code) | | Called when password authentication is needed.
a password authentication |
|
|