CurrentUserDto Data Type

The Class UserDto.

Available Since
Mai 23, 2016
Implemented Interfaces
Serializable
Properties
name data type description
username string The username.
email string The email.
fullName string The full name.
role map of array of string The roles.

Example

{
  "username" : "...",
  "email" : "...",
  "fullName" : "...",
  "role" : {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  }
}