java.lang.Object
org.summerboot.jexpress.security.auth.User
All Implemented Interfaces:
Serializable, Comparable<User>, Caller

public class User extends Object implements Serializable, Caller, Comparable<User>
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
See Also:
  • Field Details

    • tenantId

      protected Long tenantId
    • tenantName

      protected String tenantName
    • id

      protected Long id
    • uid

      protected String uid
    • displayName

      protected String displayName
    • password

      protected String password
    • groups

      protected Set<String> groups
    • type

      protected int type
    • prop

      protected Map prop
    • enabled

      protected boolean enabled
    • tokenTtlSec

      protected Long tokenTtlSec
  • Constructor Details

  • Method Details