@Configuration @EnableSocial @EnableConfigurationProperties(value=GhcomProperties.class) @ConditionalOnWebApplication protected static class GhcomAutoConfiguration.GhcomConfigurerAdapter extends AbstractGhcomSocialConfigurer
| Modifier | Constructor and Description |
|---|---|
protected |
GhcomConfigurerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.social.connect.UsersConnectionRepository |
doGetUsersConnectionRepository(org.springframework.social.connect.ConnectionFactoryLocator connectionFactoryLocator) |
protected String |
getClientId() |
protected String |
getClientSecret() |
Ghcom |
ghcom(org.springframework.social.connect.ConnectionRepository repository) |
org.springframework.social.connect.web.GenericConnectionStatusView |
ghcomConnectView() |
addConnectionFactories, getClientIdSubstringLenght, getClientSecretIdSubstringCount, getUserIdSource, getUsersConnectionRepository@Bean
@ConditionalOnMissingBean
@Scope(value="request",
proxyMode=INTERFACES)
public Ghcom ghcom(org.springframework.social.connect.ConnectionRepository repository)
@Bean(name={"connect/ghcomConnect","connect/ghcomConnected"})
@ConditionalOnProperty(prefix="spring.social",
name="auto-connection-views")
public org.springframework.social.connect.web.GenericConnectionStatusView ghcomConnectView()
protected org.springframework.social.connect.UsersConnectionRepository doGetUsersConnectionRepository(org.springframework.social.connect.ConnectionFactoryLocator connectionFactoryLocator)
doGetUsersConnectionRepository in class AbstractGhcomSocialConfigurerprotected String getClientId()
getClientId in class AbstractGhcomSocialConfigurerprotected String getClientSecret()
getClientSecret in class AbstractGhcomSocialConfigurerCopyright © 2016–2017. All rights reserved.