Possible Duplicate:
How to access the request.user in a Piston classmethod
How to access the request.user in a Django Piston @classmethod?
In the documentation about the classmethod it's reported:
...In addition to these, you may define any other methods you want. You can use these by including their names in the fields directive, and by doing so, the function will be called with a single argument: The instance of the model.