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

A

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
 
ApiHelper<T> - Interface in org.springframework.social.config.xml
Interface defining the operations required for an API helper.

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
 

E

EnableJdbcConnectionRepository - Annotation Type in org.springframework.social.config.annotation
Annotation to enable JDBC-based persistence of connections.

G

getApi() - Method in interface org.springframework.social.config.xml.ApiHelper
 
getConnectionFactoryBeanDefinition(String, String, Map<String, Object>) - Method in class org.springframework.social.config.annotation.ProviderConfigRegistrarSupport
Creates a BeanDefinition for a provider connection factory.
getConnectionFactoryBeanDefinition(String, String, Map<String, String>) - Method in class org.springframework.social.config.xml.AbstractProviderConfigBeanDefinitionParser
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.
getUserId() - Method in class org.springframework.social.config.xml.SpringSecurityAuthenticationNameUserIdSource
 
getUserId() - Method in interface org.springframework.social.config.xml.UserIdSource
 

I

init() - Method in class org.springframework.social.config.xml.AbstractProviderConfigNamespaceHandler
 
init() - Method in class org.springframework.social.config.xml.SocialNamespaceHandler
 

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
 
ProviderConfigRegistrarSupport - Class in org.springframework.social.config.annotation
Abstract base class for building provider-specific implementations of ImportBeanDefinitionRegistrar for configuring a connection factory and an API binding bean.
ProviderConfigRegistrarSupport(Class<? extends Annotation>, Class<? extends ConnectionFactory<?>>, Class<? extends ApiHelper<?>>) - Constructor for class org.springframework.social.config.annotation.ProviderConfigRegistrarSupport
Constructs
ProviderConfigSupport - Class in org.springframework.social.config.support
Support class providing methods for configuring a ConnectionFactory (and a ConnectionFactoryLocator if one is not yet registered).
ProviderConfigSupport() - Constructor for class org.springframework.social.config.support.ProviderConfigSupport
 

R

registerApiBindingBean(BeanDefinitionRegistry, Class<? extends ApiHelper<?>>, Class<?>) - Static method in class org.springframework.social.config.support.ProviderConfigSupport
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.social.config.annotation.ProviderConfigRegistrarSupport
 
registerConnectionFactoryBean(BeanDefinition, BeanDefinition, Class<? extends ConnectionFactory<?>>) - Static method in class org.springframework.social.config.support.ProviderConfigSupport
 
registerConnectionFactoryLocatorBean(BeanDefinitionRegistry) - Static method in class org.springframework.social.config.support.ProviderConfigSupport
 
registerJdbcConnectionRepositoryBeans(BeanDefinitionRegistry, String, String, String, String, String, String) - Method in class org.springframework.social.config.support.JdbcConnectionRepositoryConfigSupport
 

S

SocialNamespaceHandler - Class in org.springframework.social.config.xml
NamespaceHandler for Spring Social
SocialNamespaceHandler() - Constructor for class org.springframework.social.config.xml.SocialNamespaceHandler
 
SpringSecurityAuthenticationNameUserIdSource - Class in org.springframework.social.config.xml
Implementation of UserIdSource that returns the Spring Security Authentication's name as the user ID.
SpringSecurityAuthenticationNameUserIdSource() - Constructor for class org.springframework.social.config.xml.SpringSecurityAuthenticationNameUserIdSource
 

U

UserIdSource - Interface in org.springframework.social.config.xml
Strategy interface for determining a value that uniquely identifies a user within an application.

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