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
      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

        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