There's also a good example here: http://www.jroller.com/habuma/entry/method_level_security_in_spring
I'm currently looking at what is required to wire Spring security into the WS-Security module! John Baker -- Web SSO IT Infrastructure Deutsche Bank London URL: http://websso.cto.gt.intranet.db.com "Sergey Beryozkin" <[EMAIL PROTECTED]> 01/07/2008 10:06 Please respond to [email protected] To <[email protected]> cc Subject Re: CXF and Acegisecurity Hi > Are there any docs specifically on implementing CXF REST With > Acegisecurity? Google didnt return anything obvious.. A simple example > showing how to secure a couple methods would be handy. have a look here please : http://static.springframework.org/spring-security/site/reference/html/ns-config.html#ns-method-security It's a Spring Security module which you're after. It should be possible to use AOP-like expressions to specify what kind of security credentials need to be applied to various methods in your resource class... Cheers, Sergey > > Thanks, > > > John Baker > -- > Web SSO > IT Infrastructure > Deutsche Bank London > > URL: http://websso.cto.gt.intranet.db.com > > > --- > > This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this > e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution > of the material in this e-mail is strictly forbidden. > > Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures. ---------------------------- IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures.
