@Configuration @EnableSocial @EnableConfigurationProperties(value=BotFrameworkProperties.class) @ConditionalOnWebApplication protected static class BotFrameworkAutoConfiguration.BotFrameworkConfigurerAdapter extends org.springframework.social.config.annotation.SocialConfigurerAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
BotFrameworkConfigurerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectionFactories(org.springframework.social.config.annotation.ConnectionFactoryConfigurer connectionFactoryConfigurer,
org.springframework.core.env.Environment environment) |
org.springframework.social.botframework.api.BotFramework |
botFramework(org.springframework.social.connect.ConnectionRepository repository,
org.springframework.social.botframework.connect.BotFrameworkConnectionFactory connectionFactory) |
org.springframework.social.botframework.connect.BotFrameworkConnectionFactory |
botFrameworkConnectionFactory() |
org.springframework.social.borframework.service.BotService |
botService() |
org.springframework.social.connect.ConnectionRepository |
connectionRepository(org.springframework.social.connect.UsersConnectionRepository usersConnectionRepository) |
org.springframework.social.UserIdSource |
getUserIdSource() |
public void addConnectionFactories(org.springframework.social.config.annotation.ConnectionFactoryConfigurer connectionFactoryConfigurer,
org.springframework.core.env.Environment environment)
addConnectionFactories in interface org.springframework.social.config.annotation.SocialConfigureraddConnectionFactories in class org.springframework.social.config.annotation.SocialConfigurerAdapterpublic org.springframework.social.UserIdSource getUserIdSource()
getUserIdSource in interface org.springframework.social.config.annotation.SocialConfigurergetUserIdSource in class org.springframework.social.config.annotation.SocialConfigurerAdapter@Bean
@ConditionalOnMissingBean(value=org.springframework.social.botframework.api.BotFramework.class)
public org.springframework.social.botframework.api.BotFramework botFramework(org.springframework.social.connect.ConnectionRepository repository,
org.springframework.social.botframework.connect.BotFrameworkConnectionFactory connectionFactory)
@Bean public org.springframework.social.connect.ConnectionRepository connectionRepository(org.springframework.social.connect.UsersConnectionRepository usersConnectionRepository)
@Bean public org.springframework.social.botframework.connect.BotFrameworkConnectionFactory botFrameworkConnectionFactory()
@Bean public org.springframework.social.borframework.service.BotService botService()