org.springframework.social.evernote.connect
Class EvernoteProductionConnectionFactory

java.lang.Object
  extended by org.springframework.social.connect.ConnectionFactory<A>
      extended by org.springframework.social.connect.support.OAuth1ConnectionFactory<Evernote>
          extended by org.springframework.social.evernote.connect.EvernoteConnectionFactory
              extended by org.springframework.social.evernote.connect.EvernoteProductionConnectionFactory

public class EvernoteProductionConnectionFactory
extends EvernoteConnectionFactory

Author:
Tadaya Tsuyukubo

Constructor Summary
EvernoteProductionConnectionFactory(String consumerKey, String consumerSecret)
           
EvernoteProductionConnectionFactory(String consumerKey, String consumerSecret, com.evernote.auth.EvernoteService evernoteService)
           
 
Method Summary
 
Methods inherited from class org.springframework.social.evernote.connect.EvernoteConnectionFactory
createConnection, createConnection, extractProviderUserId, getEvernoteService
 
Methods inherited from class org.springframework.social.connect.support.OAuth1ConnectionFactory
getOAuthOperations
 
Methods inherited from class org.springframework.social.connect.ConnectionFactory
getApiAdapter, getProviderId, getServiceProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvernoteProductionConnectionFactory

public EvernoteProductionConnectionFactory(String consumerKey,
                                           String consumerSecret)

EvernoteProductionConnectionFactory

public EvernoteProductionConnectionFactory(String consumerKey,
                                           String consumerSecret,
                                           com.evernote.auth.EvernoteService evernoteService)


Copyright © 2014. All Rights Reserved.