I'm trying to call a restlet from another restlet. I need it to be usable by more than one user; but, I can't authenticate without hard coding the signature/password. Is there a way to inherit the existing authorized session and being able to use that rather than having to authenticate again? Maybe I’m going about it the wrong way and forcing a login when I didn’t have to.