|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.Authenticator
org.blojsom.plugin.twitter.TwitterNotificationPlugin.TwitterAuthenticator
Constructor Summary | |
TwitterNotificationPlugin.TwitterAuthenticator(java.lang.String username,
java.lang.String password)
Create a new instance of the Twitter authenticator |
Method Summary | |
protected java.net.PasswordAuthentication |
getPasswordAuthentication()
Return a PasswordAuthentication with the username and password for Twitter |
Methods inherited from class java.net.Authenticator |
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, requestPasswordAuthentication, requestPasswordAuthentication, setDefault |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TwitterNotificationPlugin.TwitterAuthenticator(java.lang.String username, java.lang.String password)
username
- Twitter usernamepassword
- Twitter passwordMethod Detail |
protected java.net.PasswordAuthentication getPasswordAuthentication()
PasswordAuthentication
with the username and password for Twitter
PasswordAuthentication
with the username and password for Twitter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |