dtw.webmail
Class JwmaAuthenticator
java.lang.Object
|
+--javax.mail.Authenticator
|
+--dtw.webmail.JwmaAuthenticator
- public class JwmaAuthenticator
- extends javax.mail.Authenticator
Class that implements an authenticator.
- Version:
- 0.9.7 07/02/2003
- Author:
- Dieter Wimberger
Constructor Summary |
JwmaAuthenticator(java.lang.String username,
java.lang.String password)
|
Method Summary |
java.lang.String |
getPassword()
Returns the password associated with this
Authenticator. |
protected javax.mail.PasswordAuthentication |
getPasswordAuthentication()
|
java.lang.String |
getUserName()
Returns the username associated with this
Authenticator. |
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 |
JwmaAuthenticator
public JwmaAuthenticator(java.lang.String username,
java.lang.String password)
getPasswordAuthentication
protected javax.mail.PasswordAuthentication getPasswordAuthentication()
- Overrides:
getPasswordAuthentication
in class javax.mail.Authenticator
getPassword
public java.lang.String getPassword()
- Returns the password associated with this
Authenticator.
getUserName
public java.lang.String getUserName()
- Returns the username associated with this
Authenticator.
Copyright © 2000-2003 jwma team (All Rights Reserved.)