Spring Social LinkedIn

org.springframework.social.linkedin.security
Class LinkedInAuthenticationService

java.lang.Object
  extended by org.springframework.social.security.provider.AbstractSocialAuthenticationService<S>
      extended by org.springframework.social.security.provider.OAuth2AuthenticationService<LinkedIn>
          extended by org.springframework.social.linkedin.security.LinkedInAuthenticationService
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.social.security.provider.SocialAuthenticationService<LinkedIn>

public class LinkedInAuthenticationService
extends org.springframework.social.security.provider.OAuth2AuthenticationService<LinkedIn>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.springframework.social.security.provider.SocialAuthenticationService
org.springframework.social.security.provider.SocialAuthenticationService.ConnectionCardinality
 
Field Summary
 
Fields inherited from class org.springframework.social.security.provider.OAuth2AuthenticationService
logger
 
Constructor Summary
LinkedInAuthenticationService(java.lang.String apiKey, java.lang.String appSecret)
           
 
Method Summary
 
Methods inherited from class org.springframework.social.security.provider.OAuth2AuthenticationService
afterPropertiesSet, buildReturnToUrl, getAuthToken, getConnectionFactory, getReturnToUrlParameters, setConnectionFactory, setDefaultScope, setReturnToUrlParameters
 
Methods inherited from class org.springframework.social.security.provider.AbstractSocialAuthenticationService
getConnectionAddedRedirectUrl, getConnectionCardinality, setConnectionAddedRedirectUrl, setConnectionCardinality
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedInAuthenticationService

public LinkedInAuthenticationService(java.lang.String apiKey,
                                     java.lang.String appSecret)

Spring Social LinkedIn