spring-social-linkedin

org.springframework.social.linkedin.config.annotation
Annotation Type EnableLinkedIn


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
@Import(value=LinkedInProviderConfigRegistrar.class)
public @interface EnableLinkedIn

Annotation to enable LinkedIn in a Spring Social application. Configures a LinkedInConnectionFactory bean (and a ConnectionFactoryLocator bean if one isn't already registered). Also configures a request-scoped LinkedIn bean fetched from the current user's ConnectionRepository.

Author:
Craig Walls

Required Element Summary
 java.lang.String appId
          The application's consumer key as issued by Twitter.
 java.lang.String appSecret
          The application's consumer secret as issued by Twitter.
 

Element Detail

appId

public abstract java.lang.String appId
The application's consumer key as issued by Twitter.


appSecret

public abstract java.lang.String appSecret
The application's consumer secret as issued by Twitter.


spring-social-linkedin