UserRoleMap

constructor(saltBytes: ByteArray? = null, salt: String = Base64.getEncoder().encodeToString(saltBytes), entries: List<UserRole> = listOf())