Interface SocialUserDetails
-
- All Superinterfaces:
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUserId()The user's identity at the provider.
-
-
-
Method Detail
-
getUserId
String getUserId()
The user's identity at the provider. Might be same asUserDetails.getUsername()if users are identified by username- Returns:
- user's id used to assign connections
-
-