| org.objectweb.jonas.mail.lib.JAuthenticator
JAuthenticator | public class JAuthenticator extends Authenticator (Code) | | This class specifies the authenticator to used in
Sesssion.getInstance() method.
author: Florent Benoit author: Ludovic Bert |
JAuthenticator | public JAuthenticator(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 |
|
|