org.springframework.social.evernote.connect
Class EvernoteOAuth1Template

java.lang.Object
  extended by org.springframework.social.oauth1.OAuth1Template
      extended by 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

Constructor Summary
EvernoteOAuth1Template(String consumerKey, String consumerSecret, com.evernote.auth.EvernoteService evernoteService)
           
 
Method Summary
protected  org.springframework.social.oauth1.OAuthToken createOAuthToken(String tokenValue, String tokenSecret, org.springframework.util.MultiValueMap<String,String> response)
           
 com.evernote.auth.EvernoteService getEvernoteService()
           
 
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
 

Constructor Detail

EvernoteOAuth1Template

public EvernoteOAuth1Template(String consumerKey,
                              String consumerSecret,
                              com.evernote.auth.EvernoteService evernoteService)
Method Detail

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.