root
Toggle table of contents
goblin-tasks
Target filter
goblin-tasks
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.tasks.model
/
UserRole
/
UserRole
User
Role
goblin-tasks
constructor
(
userName
:
String
,
hashBytes
:
ByteArray
?
=
null
,
roles
:
List
<
Role
>
,
passwordHash
:
String
=
Base64.getEncoder().encodeToString(hashBytes)
)