Spring Social

org.springframework.social
Interface UserIdSource

All Known Implementing Classes:
AuthenticationNameUserIdSource

public interface UserIdSource

Strategy interface used to determine the account ID of the current user.

Author:
Stefan Fussennegger, Craig Walls

Method Summary
 java.lang.String getUserId()
          Returns an account ID.
 

Method Detail

getUserId

java.lang.String getUserId()
Returns an account ID.


Spring Social