@Configuration @EnableSocial @ConditionalOnWebApplication protected static class LinkedInAutoConfiguration.LinkedInAutoConfigurationAdapter extends org.springframework.social.config.annotation.SocialConfigurerAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
LinkedInAutoConfiguration.LinkedInAutoConfigurationAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectionFactories(org.springframework.social.config.annotation.ConnectionFactoryConfigurer configurer,
org.springframework.core.env.Environment environment) |
protected org.springframework.social.connect.ConnectionFactory<?> |
createConnectionFactory(RelaxedPropertyResolver properties) |
protected RelaxedPropertyResolver |
getProperties() |
protected String |
getPropertyPrefix() |
org.springframework.social.linkedin.api.LinkedIn |
linkedin(org.springframework.social.connect.ConnectionRepository repository) |
org.springframework.web.servlet.View |
linkedInConnectView() |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
protected LinkedInAutoConfiguration.LinkedInAutoConfigurationAdapter()
protected String getPropertyPrefix()
protected org.springframework.social.connect.ConnectionFactory<?> createConnectionFactory(RelaxedPropertyResolver properties)
@Bean @ConditionalOnMissingBean(value=org.springframework.social.linkedin.api.LinkedIn.class) @Scope(value="request", proxyMode=INTERFACES) public org.springframework.social.linkedin.api.LinkedIn linkedin(org.springframework.social.connect.ConnectionRepository repository)
@Bean(name={"connect/linkedinConnect","connect/linkedinConnected"})
public org.springframework.web.servlet.View linkedInConnectView()
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment in interface org.springframework.context.EnvironmentAwarepublic void addConnectionFactories(org.springframework.social.config.annotation.ConnectionFactoryConfigurer configurer,
org.springframework.core.env.Environment environment)
addConnectionFactories in interface org.springframework.social.config.annotation.SocialConfigureraddConnectionFactories in class org.springframework.social.config.annotation.SocialConfigurerAdapterprotected final RelaxedPropertyResolver getProperties()
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.