Package org.apache.commons.mail
Class DefaultAuthenticator
java.lang.Object
javax.mail.Authenticator
org.apache.commons.mail.DefaultAuthenticator
This is a very simple authentication object that can be used for any
transport needing basic userName and password type authentication.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultAuthenticator
Default constructor.- Parameters:
userName- user name to use when authentication is requestedpassword- password to use when authentication is requested- Since:
- 1.0
-