@Configuration @EnableSocial @EnableConfigurationProperties(value=GoogleProperties.class) @ConditionalOnWebApplication protected static class GoogleAutoConfiguration.GoogleConfigurerAdapter extends org.springframework.social.config.annotation.SocialConfigurerAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
GoogleConfigurerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectionFactories(org.springframework.social.config.annotation.ConnectionFactoryConfigurer configurer,
org.springframework.core.env.Environment environment) |
Google |
google(org.springframework.social.connect.ConnectionRepository repository) |
org.springframework.social.connect.web.GenericConnectionStatusView |
googleConnectView() |
@Bean
@ConditionalOnMissingBean
@Scope(value="request",
proxyMode=INTERFACES)
public Google google(org.springframework.social.connect.ConnectionRepository repository)
@Bean(name={"connect/googleConnect","connect/googleConnected"})
@ConditionalOnProperty(prefix="spring.social",
name="auto-connection-views")
public org.springframework.social.connect.web.GenericConnectionStatusView googleConnectView()
public 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.SocialConfigurerAdapter