So suppose there is some proprietary data. A lot of it. Lets say gigs of binary. Per file. Maybe thousands of multi-gig files per resource pool, maybe dozens of such pools. Nevertheless, the members of one pool don&#39;t necessarily want the members of another pool swimming in their own pool uninvited.<div>
<br class="webkit-block-placeholder"></div><div>Nevertheless, there is a service (the code is open source in actual fact but that doesn&#39;t matter for these purposes; the point is that there is a service) which allows access to all of these pools subject to strong authentication.&nbsp;&nbsp;<br>
<div><br class="webkit-block-placeholder"></div><div>I want to create clean code that, if I am authenticated with respect to a specific resource pool, should allow me to have remote read access.&nbsp;I just want to know how to keep the security from messing with the elegance of the code. So.</div>
<div><br class="webkit-block-placeholder"></div><div>Does anyone have a good suggestion for a very clean representation of a secured remote object?&nbsp;</div><div><br class="webkit-block-placeholder"></div><div>I&#39;m guessing the authentication will be a method of the object, and it will have a URL as an attribute. Some sockets and encryption would help.</div>
<div><br class="webkit-block-placeholder"></div><div>Is this a solved problem or do I need to put it together for myself?</div><div><br class="webkit-block-placeholder"></div><div>Oh, did I mention Python? Oh bother. Sorry.&nbsp;Python, python, python!</div>
<div><br class="webkit-block-placeholder"></div><div>pythonically</div><div>mt</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder">
</div></div>