public abstract class AbstractGhcomSocialConfigurer extends Object implements org.springframework.social.config.annotation.SocialConfigurer
| Constructor and Description |
|---|
AbstractGhcomSocialConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectionFactories(org.springframework.social.config.annotation.ConnectionFactoryConfigurer connectionFactoryConfigurer,
org.springframework.core.env.Environment environment) |
protected abstract org.springframework.social.connect.UsersConnectionRepository |
doGetUsersConnectionRepository(org.springframework.social.connect.ConnectionFactoryLocator connectionFactoryLocator) |
protected abstract String |
getClientId() |
protected int |
getClientIdSubstringLenght() |
protected abstract String |
getClientSecret() |
protected int |
getClientSecretIdSubstringCount() |
org.springframework.social.UserIdSource |
getUserIdSource() |
org.springframework.social.connect.UsersConnectionRepository |
getUsersConnectionRepository(org.springframework.social.connect.ConnectionFactoryLocator connectionFactoryLocator) |
public void addConnectionFactories(org.springframework.social.config.annotation.ConnectionFactoryConfigurer connectionFactoryConfigurer,
org.springframework.core.env.Environment environment)
addConnectionFactories in interface org.springframework.social.config.annotation.SocialConfigurerpublic org.springframework.social.UserIdSource getUserIdSource()
getUserIdSource in interface org.springframework.social.config.annotation.SocialConfigurerpublic org.springframework.social.connect.UsersConnectionRepository getUsersConnectionRepository(org.springframework.social.connect.ConnectionFactoryLocator connectionFactoryLocator)
getUsersConnectionRepository in interface org.springframework.social.config.annotation.SocialConfigurerprotected abstract org.springframework.social.connect.UsersConnectionRepository doGetUsersConnectionRepository(org.springframework.social.connect.ConnectionFactoryLocator connectionFactoryLocator)
protected abstract String getClientId()
protected abstract String getClientSecret()
protected int getClientIdSubstringLenght()
protected int getClientSecretIdSubstringCount()
Copyright © 2016–2017. All rights reserved.