Class IndexedUserDetailsImpl

  • All Implemented Interfaces:
    Serializable, IndexedUserDetails, org.springframework.security.core.CredentialsContainer, org.springframework.security.core.userdetails.UserDetails

    public class IndexedUserDetailsImpl
    extends org.springframework.security.core.userdetails.User
    implements IndexedUserDetails
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.security.core.userdetails.User

        org.springframework.security.core.userdetails.User.UserBuilder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(Object obj)  
      UserIndexKey getUserIndexKey()  
      int hashCode()  
      boolean isAdmin()  
      boolean isAnonymous()  
      boolean isReporting()  
      • Methods inherited from class org.springframework.security.core.userdetails.User

        builder, eraseCredentials, getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString, withDefaultPasswordEncoder, withUserDetails, withUsername
      • Methods inherited from interface org.springframework.security.core.userdetails.UserDetails

        getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled