Class SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig
- java.lang.Object
- org.springframework.social.config.annotation.SocialConfigurerAdapter
- org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig
- All Implemented Interfaces:
org.springframework.social.config.annotation.SocialConfigurer
- Enclosing class:
- SocialWebAutoConfiguration
@Configuration @EnableSocial @ConditionalOnWebApplication @ConditionalOnClass(org.springframework.security.core.context.SecurityContextHolder.class) protected static class SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig extends org.springframework.social.config.annotation.SocialConfigurerAdapter
Constructor Summary
Constructors Modifier Constructor Description protectedAuthenticationUserIdSourceConfig()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.social.UserIdSourcegetUserIdSource()
Constructor Detail
AuthenticationUserIdSourceConfig
protected AuthenticationUserIdSourceConfig()
Method Detail
getUserIdSource
public org.springframework.social.UserIdSource getUserIdSource()
- Specified by:
getUserIdSourcein interfaceorg.springframework.social.config.annotation.SocialConfigurer- Overrides:
getUserIdSourcein classorg.springframework.social.config.annotation.SocialConfigurerAdapter