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
Password last modified time for security compliance trackingprivate String
private static final long
private UserEntity.Sex
private Boolean
private String
private Set<UserOrganizationRoleResponse>
-
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
-
emailVerified
-
mobileVerified
-
passwordModifiedAt
Password last modified time for security compliance tracking -
currentOrganization
-
currentRoles
-
userOrganizationRoles
-
authorities
-
-
Constructor Details
-
UserResponse
public UserResponse()
-