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 Stringprivate Stringprivate OrganizationResponseSimpleprivate Set<RoleResponse>private Stringprivate Stringprivate Booleanprivate Booleanprivate Stringprivate Booleanprivate Stringprivate StringPassword last modified time for security compliance trackingprivate Stringprivate static final longprivate UserEntity.Sexprivate Booleanprivate Stringprivate 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()
-