|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.mail.Authenticator | +--com.informationkinematics.imsforward.Authentication.MyAuthenticator
This implementation of Authenticator overrides the callback method which returns the username / password pair.
Fields inherited from class javax.mail.Authenticator |
requestingPort, requestingPrompt, requestingProtocol, requestingSite, requestingUserName |
Constructor Summary | |
Authentication.MyAuthenticator()
|
Method Summary | |
javax.mail.PasswordAuthentication |
getPasswordAuthentication()
Returns the class which contains the username and the password to authenticate the user on the POP3 host. |
Methods inherited from class javax.mail.Authenticator |
getDefaultUserName, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingSite, requestPasswordAuthentication, reset |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Authentication.MyAuthenticator()
Method Detail |
public javax.mail.PasswordAuthentication getPasswordAuthentication()
getPasswordAuthentication
in class javax.mail.Authenticator
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |