Hi.

I've implemented custom jsf components that can be used to integrate Acegi into JSF. Acegi has built-in JSP tags for securing components but no support for JSF, my aim is to do the same thing for the JSF environment.

Related information can be found at my blog;
http://www.jroller.com/page/cagataycivici?entry=acegi_jsf_components_hit_the

I've released the component in sourceforge jsf-comp. The component is under Apache License.
http://sourceforge.net/projects/jsf-comp/

If you are planning to use JSF-Spring-Acegi together in your applications, this component could be a possible solution.

Doesn't it intersect with MyFaces' UserRoleAware? I haven't used it myself, but as long as you integrate ACEGI context in the HTTP request, this should work for all UserRoleAware components.

Bye.
/lexi

Reply via email to