All, You guys are the experts. I have a design question. I am creating a tapestry/acegi integration package (parts of it are already done). What I need to figure out is how to decide what roles an in-coming request requires? If it's a PageService request, I can check the page class for a @RequiredRole annotation. If it's a DirectService request, I can check the method for a @RequiredRole annotation. But, how do I do this in a general way? Any ideas?
James --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
