|
Jacson | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.mail.Authenticator de.spieleck.util.SimpleAuthenticator
A simple Authenticator for user-password authentification.
Constructor Summary | |
SimpleAuthenticator(java.lang.String user,
java.lang.String password)
Creates a new SimpleAuthenticator with the given user and password |
Method Summary | |
protected javax.mail.PasswordAuthentication |
getPasswordAuthentication()
returns a PasswordAuthentification |
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 |
Constructor Detail |
public SimpleAuthenticator(java.lang.String user, java.lang.String password)
Method Detail |
protected javax.mail.PasswordAuthentication getPasswordAuthentication()
|
Spieleck | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |