public interface ConnectionFactoryConfigurer
SocialConfigurer.addConnectionFactories(ConnectionFactoryConfigurer, org.springframework.core.env.Environment)
.
There are currently two implementations.
The default implementation simply registers the given ConnectionFactory with a ConnectionFactoryRegistry.
If Spring Social's security module is available on the classpath, the implementation given will work with a SocialAuthenticationServiceRegistry and
automatically wrap any given ConnectionFactory with a SocialAuthenticationService.Modifier and Type | Method and Description |
---|---|
void |
addConnectionFactory(ConnectionFactory<?> connectionFactory)
Add a connection factory registry.
|
void addConnectionFactory(ConnectionFactory<?> connectionFactory)
connectionFactory
- the ConnectionFactory to register