Hi all,

I would like to create custom authorization to my application. I user spring webflow, rich faces, jsf, and Spring Security.

I have tried a custom implementation of AccessDecisonManager, and a Spring security ACL sample.

But I have faced a problem. I can't pass the appropriate object to spirng security from the flow.

For example the secured object is a ViewState or a Flow, and I can't access to user or other objects.

Does anyone have a experience of it?

Thanks in advance!