[ http://jira.andromda.org/browse/JSF-38?page=comments#action_15112 ] 

Javier Adorno commented on JSF-38:
----------------------------------

acegijsf.taglib.xml reference from 
http://www.koders.com/xml/fid3FC5C48AA07739519005C0C5640CE79E11C34834.aspx
This can also be included as a custom taglib as tomahawk

<?xml version="1.0"?>
<!DOCTYPE facelet-taglib PUBLIC "-//Sun Microsystems, Inc.//DTD Facelet Taglib 
1.0//EN"
    "http://java.sun.com/dtd/facelet-taglib_1_0.dtd";>
<facelet-taglib>
    <namespace>http://sourceforge.net/projects/jsf-comp/acegijsf</namespace>
    <tag>
        <tag-name>authorize</tag-name>
        <component>
            <component-type>net.sf.jsfcomp.acegijsf.Authorize</component-type>
        </component>
    </tag>
    <tag>
        <tag-name>authentication</tag-name>
        <component>
            
<component-type>net.sf.jsfcomp.acegijsf.Authentication</component-type>
        </component>
    </tag>
</facelet-taglib>

> Inclusion of acegijsf specific tags and config files with SecurityFilter for 
> Acegi Security System Integration
> --------------------------------------------------------------------------------------------------------------
>
>          Key: JSF-38
>          URL: http://jira.andromda.org/browse/JSF-38
>      Project: JSF cartridge
>         Type: New Feature

>  Environment: JSF2 cartridge
>     Reporter: Javier Adorno
>     Assignee: Chad Brandon
>  Attachments: acegiJsfSecurity.txt
>
> this patch adds Acegi Security System support for JSF2
> When enabled:
> - Creates specific applicationContext for securityFilterInterceptor bean with 
> role based access
> - Adds xmlns acegijsf namespace to views for role based rendering of menu and 
> action components (needs acegi-jsf component library from 
> http://sf.net/projects/jsf-comp, since it doesn't includes a facelets taglib 
> this has to be included manually)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4

Reply via email to