Spring Social

org.springframework.social.config.xml
Interface UserIdSource

All Known Implementing Classes:
SpringSecurityAuthenticationNameUserIdSource

public interface UserIdSource

Strategy interface for determining a value that uniquely identifies a user within an application. Used when creating a ConnectionRepository bean to manage connections for a user.

Author:
Craig Walls

Method Summary
 java.lang.String getUserId()
           
 

Method Detail

getUserId

java.lang.String getUserId()
Returns:
A String that uniquely identifies a user within the application.

Spring Social