Package org.javlo.service.social
Class Pushbullet
- java.lang.Object
-
- org.javlo.service.social.AbstractSocialNetwork
-
- org.javlo.service.social.Pushbullet
-
- All Implemented Interfaces:
ISocialNetwork
public class Pushbullet extends AbstractSocialNetwork
-
-
Field Summary
-
Fields inherited from class org.javlo.service.social.AbstractSocialNetwork
data
-
Fields inherited from interface org.javlo.service.social.ISocialNetwork
POPUP_URI_SUFFIX
-
-
Constructor Summary
Constructors Constructor Description Pushbullet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthzEndpoint()
String
getName()
String
getTokenEndpoint()
-
Methods inherited from class org.javlo.service.social.AbstractSocialNetwork
buildAuthenticationRequest, buildTokenRequest, configureAuthenticationRequest, configureTokenRequest, createAuthenticationRequest, createTokenRequest, executeTokenRequest, fillUserInfo, getAccessToken, getApiKey, getClientId, getClientSecret, getData, getLogin, getLoginURL, getRedirectURL, getSigninURL, getSocialUser, getSocialUser, getState, getToken, getURL, login, performRedirect, prepare, set, setApiKey, setClientId, setClientSecret, setLogin, setRedirectURL, setToken, setURL, update
-
-
-
-
Method Detail
-
getName
public String getName()
-
getAuthzEndpoint
public String getAuthzEndpoint()
- Specified by:
getAuthzEndpoint
in classAbstractSocialNetwork
-
getTokenEndpoint
public String getTokenEndpoint()
- Specified by:
getTokenEndpoint
in classAbstractSocialNetwork
-
-