Skip navigation links
spring-social-config
A C D E G I J L O P R S U 

A

AbstractConnectionRepositoryConfigSupport - Class in org.springframework.social.config.support
 
AbstractConnectionRepositoryConfigSupport() - Constructor for class org.springframework.social.config.support.AbstractConnectionRepositoryConfigSupport
 
AbstractProviderConfigBeanDefinitionParser - Class in org.springframework.social.config.xml
Abstract bean definition parser for configuring provider-specific beans in a Spring application context.
AbstractProviderConfigBeanDefinitionParser(Class<? extends ConnectionFactory<?>>, Class<? extends ApiHelper<?>>) - Constructor for class org.springframework.social.config.xml.AbstractProviderConfigBeanDefinitionParser
Constructs a connection factory-creating BeanDefinitionParser.
AbstractProviderConfigNamespaceHandler - Class in org.springframework.social.config.xml
Base NamespaceHandler for Spring Social provider modules to create configuration namespaces.
AbstractProviderConfigNamespaceHandler() - Constructor for class org.springframework.social.config.xml.AbstractProviderConfigNamespaceHandler
 
addConnectionFactories(ConnectionFactoryConfigurer, Environment) - Method in interface org.springframework.social.config.annotation.SocialConfigurer
Callback method to allow configuration of ConnectionFactorys.
addConnectionFactories(ConnectionFactoryConfigurer, Environment) - Method in class org.springframework.social.config.annotation.SocialConfigurerAdapter
addConnectionFactory(ConnectionFactory<?>) - Method in interface org.springframework.social.config.annotation.ConnectionFactoryConfigurer
Add a connection factory registry.
apiBindingType - Variable in class org.springframework.social.config.support.ProviderConfigurationSupport
 
ApiHelper<T> - Interface in org.springframework.social.config.xml
Interface defining the operations required for an API helper.
apiHelperClass - Variable in class org.springframework.social.config.support.ProviderConfigurationSupport
 
authenticationServiceClass - Variable in class org.springframework.social.config.support.ProviderConfigurationSupport
 

C

connectionFactoryClass - Variable in class org.springframework.social.config.support.ProviderConfigurationSupport
 
ConnectionFactoryConfigurer - Interface in org.springframework.social.config.annotation
Strategy interface for registering connection factories.
connectionFactoryLocator() - Method in class org.springframework.social.config.annotation.SocialConfiguration
 
connectionRepository(UsersConnectionRepository) - Method in class org.springframework.social.config.annotation.SocialConfiguration
 

D

decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.social.config.xml.AbstractProviderConfigNamespaceHandler
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.social.config.xml.SocialNamespaceHandler
 
decorateWithScopedProxy(String, BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.social.config.support.AbstractConnectionRepositoryConfigSupport
 

E

EnableSocial - Annotation Type in org.springframework.social.config.annotation
Add this annotation to an @Configuration class to have the Spring MVC configuration defined in SocialConfiguration imported.

G

getApi() - Method in interface org.springframework.social.config.xml.ApiHelper
 
getApiHelperBeanDefinitionBuilder(Map<String, Object>) - Method in class org.springframework.social.config.support.ProviderConfigurationSupport
Subclassing hook to allow api helper bean to be configured with attributes from annotation
getAppId(Map<String, Object>) - Method in class org.springframework.social.config.support.ProviderConfigurationSupport
 
getAppId(Map<String, Object>) - Method in class org.springframework.social.config.xml.AbstractProviderConfigBeanDefinitionParser
 
getAppSecret(Map<String, Object>) - Method in class org.springframework.social.config.support.ProviderConfigurationSupport
 
getAppSecret(Map<String, Object>) - Method in class org.springframework.social.config.xml.AbstractProviderConfigBeanDefinitionParser
 
getAuthenticationServiceBeanDefinition(String, String, Map<String, Object>) - Method in class org.springframework.social.config.support.ProviderConfigurationSupport
 
getAuthenticationServiceClass() - Method in class org.springframework.social.config.support.ProviderConfigurationSupport
 
getConnectionFactoryBeanDefinition(String, String, Map<String, Object>) - Method in class org.springframework.social.config.support.ProviderConfigurationSupport
Creates a BeanDefinition for a provider connection factory.
getProviderConfigBeanDefinitionParser() - Method in class org.springframework.social.config.xml.AbstractProviderConfigNamespaceHandler
Implemented by provider namespaces to provide an instance of the bean definition parser that will parse the "config" element.
getUserIdSource() - Method in interface org.springframework.social.config.annotation.SocialConfigurer
Callback method to enable creation of a UserIdSource that uniquely identifies the current user.
getUserIdSource() - Method in class org.springframework.social.config.annotation.SocialConfigurerAdapter
getUsersConnectionRepository(ConnectionFactoryLocator) - Method in interface org.springframework.social.config.annotation.SocialConfigurer
Callback method to create an instance of UsersConnectionRepository.
getUsersConnectionRepository(ConnectionFactoryLocator) - Method in class org.springframework.social.config.annotation.SocialConfigurerAdapter
Default implementation of SocialConfigurerAdapter.getUsersConnectionRepository(ConnectionFactoryLocator) that creates an in-memory repository.

I

init() - Method in class org.springframework.social.config.xml.AbstractProviderConfigNamespaceHandler
 
init() - Method in class org.springframework.social.config.xml.SocialNamespaceHandler
 
InMemoryConnectionRepositoryConfigSupport - Class in org.springframework.social.config.support
Support class providing methods for configuring a singleton InMemoryUsersConnectionRepository bean and a request-scoped InMemoryConnectionRepository bean.
InMemoryConnectionRepositoryConfigSupport() - Constructor for class org.springframework.social.config.support.InMemoryConnectionRepositoryConfigSupport
 
isSocialSecurityAvailable() - Static method in class org.springframework.social.config.support.ProviderConfigurationSupport
 

J

JdbcConnectionRepositoryConfigSupport - Class in org.springframework.social.config.support
Support class providing methods for configuring a singleton JdbcUsersConnectionRepository bean and a request-scoped JdbcConnectionRepository bean.
JdbcConnectionRepositoryConfigSupport() - Constructor for class org.springframework.social.config.support.JdbcConnectionRepositoryConfigSupport
 

L

loadParsers(Map<String, BeanDefinitionParser>) - Method in class org.springframework.social.config.xml.AbstractProviderConfigNamespaceHandler
Hook method to allow provider-specific implementation to register bean definition parsers for their namespace.

O

org.springframework.social.config.annotation - package org.springframework.social.config.annotation
 
org.springframework.social.config.support - package org.springframework.social.config.support
 
org.springframework.social.config.xml - package org.springframework.social.config.xml
 

P

parse(Element, ParserContext) - Method in class org.springframework.social.config.xml.AbstractProviderConfigBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.social.config.xml.AbstractProviderConfigNamespaceHandler
 
parse(Element, ParserContext) - Method in class org.springframework.social.config.xml.SocialNamespaceHandler
 
ProviderConfigurationSupport - Class in org.springframework.social.config.support
 
ProviderConfigurationSupport(Class<? extends ConnectionFactory<?>>, Class<? extends ApiHelper<?>>) - Constructor for class org.springframework.social.config.support.ProviderConfigurationSupport
 

R

registerBeanDefinitions(BeanDefinitionRegistry, Map<String, Object>) - Method in class org.springframework.social.config.support.ProviderConfigurationSupport
 
registerConnectionRepository(BeanDefinitionRegistry, String, String, String) - Method in class org.springframework.social.config.support.AbstractConnectionRepositoryConfigSupport
 
registerInMemoryConnectionRepositoryBeans(BeanDefinitionRegistry, String, String, String, String, String) - Method in class org.springframework.social.config.support.InMemoryConnectionRepositoryConfigSupport
 
registerJdbcConnectionRepositoryBeans(BeanDefinitionRegistry, String, String, String, String, String, String, String) - Method in class org.springframework.social.config.support.JdbcConnectionRepositoryConfigSupport
 

S

setSocialConfigurers(List<SocialConfigurer>) - Method in class org.springframework.social.config.annotation.SocialConfiguration
 
SocialConfiguration - Class in org.springframework.social.config.annotation
Configuration class imported by EnableSocial.
SocialConfiguration() - Constructor for class org.springframework.social.config.annotation.SocialConfiguration
 
SocialConfigurer - Interface in org.springframework.social.config.annotation
Defines callback methods to customize Java-based configuration enabled by @EnableWebMvc.
SocialConfigurerAdapter - Class in org.springframework.social.config.annotation
Abstract implementation of SocialConfigurer with convenient default implementations of methods.
SocialConfigurerAdapter() - Constructor for class org.springframework.social.config.annotation.SocialConfigurerAdapter
 
SocialNamespaceHandler - Class in org.springframework.social.config.xml
NamespaceHandler for Spring Social
SocialNamespaceHandler() - Constructor for class org.springframework.social.config.xml.SocialNamespaceHandler
 

U

userIdSource() - Method in class org.springframework.social.config.annotation.SocialConfiguration
 
usersConnectionRepository(ConnectionFactoryLocator) - Method in class org.springframework.social.config.annotation.SocialConfiguration
 
A C D E G I J L O P R S U 
Skip navigation links
spring-social-config