|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.Authenticator
ccc.plugins.mail.javamail.PropertiesAuthenticator
public class PropertiesAuthenticator
A JavaMail authenticator that reads credentials from a Properties
object.
Constructor Summary | |
---|---|
PropertiesAuthenticator(java.util.Properties props)
Constructor. |
Method Summary | |
---|---|
javax.mail.PasswordAuthentication |
getPasswordAuthentication()
|
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 PropertiesAuthenticator(java.util.Properties props)
props
- The properties object containing credentials.Method Detail |
---|
public javax.mail.PasswordAuthentication getPasswordAuthentication()
getPasswordAuthentication
in class javax.mail.Authenticator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |