Spring Social LinkedIn

org.springframework.social.linkedin.connect
Class LinkedInConnectionFactory

java.lang.Object
  extended by org.springframework.social.connect.ConnectionFactory<S>
      extended by org.springframework.social.connect.support.OAuth2ConnectionFactory<LinkedIn>
          extended by org.springframework.social.linkedin.connect.LinkedInConnectionFactory

public class LinkedInConnectionFactory
extends org.springframework.social.connect.support.OAuth2ConnectionFactory<LinkedIn>

LinkedIn ConnectionFactory implementation.

Author:
Keith Donald

Constructor Summary
LinkedInConnectionFactory(java.lang.String consumerKey, java.lang.String consumerSecret)
           
 
Method Summary
 
Methods inherited from class org.springframework.social.connect.support.OAuth2ConnectionFactory
createConnection, createConnection, extractProviderUserId, generateState, getOAuthOperations, getScope, setScope, supportsStateParameter
 
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

LinkedInConnectionFactory

public LinkedInConnectionFactory(java.lang.String consumerKey,
                                 java.lang.String consumerSecret)

Spring Social LinkedIn