Class GoogleAutoConfiguration.GoogleConfigurerAdapter
- java.lang.Object
-
- org.springframework.social.config.annotation.SocialConfigurerAdapter
-
- org.springframework.social.google.config.boot.GoogleAutoConfiguration.GoogleConfigurerAdapter
-
- All Implemented Interfaces:
org.springframework.social.config.annotation.SocialConfigurer
- Enclosing class:
- GoogleAutoConfiguration
@Configuration @EnableSocial @EnableConfigurationProperties(GoogleProperties.class) @ConditionalOnWebApplication protected static class GoogleAutoConfiguration.GoogleConfigurerAdapter extends org.springframework.social.config.annotation.SocialConfigurerAdapter
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGoogleConfigurerAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConnectionFactories(org.springframework.social.config.annotation.ConnectionFactoryConfigurer configurer, org.springframework.core.env.Environment environment)Googlegoogle(org.springframework.social.connect.ConnectionRepository repository)org.springframework.social.connect.web.GenericConnectionStatusViewgoogleConnectView()
-
-
-
Method Detail
-
google
@Bean @ConditionalOnMissingBean @Scope(value="request", proxyMode=INTERFACES) public Google google(org.springframework.social.connect.ConnectionRepository repository)
-
googleConnectView
@Bean(name={"connect/googleConnect","connect/googleConnected"}) @ConditionalOnProperty(prefix="spring.social", name="auto-connection-views") public org.springframework.social.connect.web.GenericConnectionStatusView googleConnectView()
-
addConnectionFactories
public void addConnectionFactories(org.springframework.social.config.annotation.ConnectionFactoryConfigurer configurer, org.springframework.core.env.Environment environment)- Specified by:
addConnectionFactoriesin interfaceorg.springframework.social.config.annotation.SocialConfigurer- Overrides:
addConnectionFactoriesin classorg.springframework.social.config.annotation.SocialConfigurerAdapter
-
-