类 AuthUser

  • 所有已实现的接口:
    Serializable, org.springframework.security.core.CredentialsContainer, org.springframework.security.core.userdetails.UserDetails

    public class AuthUser
    extends org.springframework.security.core.userdetails.User
    另请参阅:
    序列化表格
    • 嵌套类概要

      • 从类继承的嵌套类/接口 org.springframework.security.core.userdetails.User

        org.springframework.security.core.userdetails.User.UserBuilder
    • 构造器概要

      构造器 
      构造器 说明
      AuthUser​(Long id, String name, String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)  
    • 方法概要

      • 从类继承的方法 org.springframework.security.core.userdetails.User

        builder, equals, eraseCredentials, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString, withDefaultPasswordEncoder, withUserDetails, withUsername
    • 构造器详细资料

      • AuthUser

        public AuthUser​(Long id,
                        String name,
                        String username,
                        String password,
                        boolean enabled,
                        boolean accountNonExpired,
                        boolean credentialsNonExpired,
                        boolean accountNonLocked,
                        Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)