Interface WingsUserDetails

  • All Implemented Interfaces:
    java.io.Serializable , org.springframework.security.core.userdetails.UserDetails

    
    public interface WingsUserDetails
     implements UserDetails
                        
    Since:

    2019-11-27

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract long getUserId() user id
      abstract Locale getLocale() locale for i18n
      abstract ZoneId getZoneId() zoneid for time
      abstract Enum<out Object> getAuthType() auth type for auth
      String getNickname() nickname to show, unlike username for auth
      String getPasssalt() password salting
      boolean isPreAuthed()
      • Methods inherited from class org.springframework.security.core.userdetails.UserDetails

        getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait