Package com.bytedesk.core.rbac.user
Class UserResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.core.rbac.user.UserResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Set<org.springframework.security.core.GrantedAuthority>
private String
private String
private OrganizationResponseSimple
private Set<RoleResponse>
private String
private String
private Boolean
private Boolean
private String
private Boolean
private String
private String
private static final long
private UserEntity.Sex
private boolean
private String
private Set<UserOrganizationRoleResponse>
Fields inherited from class com.bytedesk.core.base.BaseResponse
uid
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseResponse
getCreatedAt, getUpdatedAt, toJson
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
username
-
nickname
-
email
-
mobile
-
country
-
avatar
-
description
-
platform
-
sex
-
enabled
-
superUser
private boolean superUser -
emailVerified
-
mobileVerified
-
currentOrganization
-
currentRoles
-
userOrganizationRoles
-
authorities
-
-
Constructor Details
-
UserResponse
public UserResponse()
-