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
/
UserRoleMap
/
UserRoleMap
User
Role
Map
goblin-tasks
constructor
(
saltBytes
:
ByteArray
?
=
null
,
salt
:
String
=
Base64.getEncoder().encodeToString(saltBytes)
,
entries
:
List
<
UserRole
>
=
listOf()
)