class UserInfo : Info
Information about the user which has authenticated and authorized.
UserInfo()
Information about the user which has authenticated and authorized. |
lateinit var email: String |
|
var isDeleted: Boolean
True if entity was deleted. Only possible if return diff. |
|
lateinit var role: UserRole |
|
var softwareVendor: Long?
If .role == ROLE_HYPER_ADMIN or ROLE_REGULAR_USER, then null. If .role == ROLE_SOFTWARE_VENDOR_ADMIN, then not null. |
|
var softwareVendorName: String? |
|
lateinit var username: String |
fun Info.toJson(): String |