Class UserResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.core.rbac.user.UserResponse
All Implemented Interfaces:
Serializable

public class UserResponse extends BaseResponse
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • username

      private String username
    • nickname

      private String nickname
    • email

      private String email
    • mobile

      private String mobile
    • country

      private String country
    • avatar

      private String avatar
    • description

      private String description
    • platform

      private String platform
    • sex

      private UserEntity.Sex sex
    • enabled

      private Boolean enabled
    • superUser

      private Boolean superUser
    • emailVerified

      private Boolean emailVerified
    • mobileVerified

      private Boolean mobileVerified
    • passwordModifiedAt

      private String passwordModifiedAt
      Password last modified time for security compliance tracking
    • currentOrganization

      private OrganizationResponseSimple currentOrganization
    • currentRoles

      private Set<RoleResponse> currentRoles
    • userOrganizationRoles

      private Set<UserOrganizationRoleResponse> userOrganizationRoles
    • authorities

      private Set<org.springframework.security.core.GrantedAuthority> authorities
  • Constructor Details

    • UserResponse

      public UserResponse()