
Originally Posted by
farrellr
Hello,
I'm working with spring/acegisecurity, and have a prototype app that uses filters to protect certain jsp pages with certain roles. I use jdbc for the authentication/authorities.
I'm trying to understand how this concept carries over to the web services. I can see in the airline example for the frequent flyer I can get the security context of the logged in user. Does an authenticationprocessingfilter kick in here? Would I have to look at the roles a logged in user has and act on them programatically, or is there a way to employ the xml files to that as there is in acegisecurity for http?