Hello,

I'm trying to implement an AcegiWorker that will add support for Acegi
"Secured" annotation to components. Annotation applied to the class will
enable security check when the page is attached and annotation applied
to the method will enable security check when method is called (for
example, event). However, I do not see a way to add some code at the
method beginning in the "ClassTransformation" interface. I see
"addMethod", but if I use it it completely replaces the method of the
transformed component.

How can I implement this functionality (I want the ability to secured
particular methods of the page, primarily for securing event handlers)?

-- 
WBR,
Ivan S. Dubrov


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to