Spring Social

org.springframework.social.security
Interface SocialUserDetails

All Superinterfaces:
java.io.Serializable, org.springframework.security.core.userdetails.UserDetails
All Known Implementing Classes:
SocialUser

public interface SocialUserDetails
extends org.springframework.security.core.userdetails.UserDetails

Author:
Stefan Fussennegger

Method Summary
 java.lang.String getUserId()
          The user's identity at the provider.
 
Methods inherited from interface org.springframework.security.core.userdetails.UserDetails
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled
 

Method Detail

getUserId

java.lang.String getUserId()
The user's identity at the provider. Might be same as UserDetails.getUsername() if users are identified by username

Returns:
user's id used to assign connections

Spring Social