org.springframework.social.evernote.connect
Class EvernoteSandboxConnectionFactory

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.EvernoteSandboxConnectionFactory

public class EvernoteSandboxConnectionFactory
extends EvernoteConnectionFactory

Author:
Tadaya Tsuyukubo

Constructor Summary
EvernoteSandboxConnectionFactory(String consumerKey, String consumerSecret)
           
EvernoteSandboxConnectionFactory(String consumerKey, String consumerSecret, String providerId)
           
 
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

EvernoteSandboxConnectionFactory

public EvernoteSandboxConnectionFactory(String consumerKey,
                                        String consumerSecret)

EvernoteSandboxConnectionFactory

public EvernoteSandboxConnectionFactory(String consumerKey,
                                        String consumerSecret,
                                        String providerId)


Copyright © 2014. All Rights Reserved.