org.springframework.social.evernote.connect
Class EvernoteOAuth1Template
java.lang.Object
org.springframework.social.oauth1.OAuth1Template
org.springframework.social.evernote.connect.EvernoteOAuth1Template
- All Implemented Interfaces:
- org.springframework.social.oauth1.OAuth1Operations
public class EvernoteOAuth1Template
- extends org.springframework.social.oauth1.OAuth1Template
- Author:
- Tadaya Tsuyukubo
| Methods inherited from class org.springframework.social.oauth1.OAuth1Template |
addCustomAuthorizationParameters, buildAuthenticateUrl, buildAuthorizeUrl, exchangeForAccessToken, fetchRequestToken, getConsumerKey, getVersion, setRequestFactory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvernoteOAuth1Template
public EvernoteOAuth1Template(String consumerKey,
String consumerSecret,
com.evernote.auth.EvernoteService evernoteService)
createOAuthToken
protected org.springframework.social.oauth1.OAuthToken createOAuthToken(String tokenValue,
String tokenSecret,
org.springframework.util.MultiValueMap<String,String> response)
- Overrides:
createOAuthToken in class org.springframework.social.oauth1.OAuth1Template
getEvernoteService
public com.evernote.auth.EvernoteService getEvernoteService()
Copyright © 2014. All Rights Reserved.