50515253545556
* The UserIdSource determines the account ID of the user. The example application * uses the username as the account ID. */ @Override public UserIdSource getUserIdSource() { return new AuthenticationNameUserIdSource(); }
77787980818283
return new DisconnectController(usersConnectionRepository, environment.getProperty("facebook.clientSecret")); } @Bean public UserIdSource userIdSource() { return new AuthenticationNameUserIdSource(); }
93949596979899
return new SimpleSocialUsersDetailService(userDetailsService()); } @Bean public UserIdSource userIdSource() { return new AuthenticationNameUserIdSource(); }