CallBackInterfaces

When developing custom stores I have found the need to get at information that is not currently presented in the Store Interfaces, such as the SlideToken, Principal user making the request/Credentials, the Servlet Context, request object or response object.

I have used AspectJ to expose these objects, but would much rather see a callback mechanism to request these objects using the current Thread ID.

Comments??

I may be wrong, but I understand there are at least two ways to get the principal in a store:

last edited 2004-06-24 20:57:11 by JamesMason