Author: shane.bryzak(a)jboss.com
Date: 2008-02-19 18:39:38 -0500 (Tue, 19 Feb 2008)
New Revision: 7454
Modified:
trunk/seam-gen/resources/WEB-INF/components.xml
Log:
use rule-based-permission-resolver
Modified: trunk/seam-gen/resources/WEB-INF/components.xml
===================================================================
--- trunk/seam-gen/resources/WEB-INF/components.xml 2008-02-19 23:13:28 UTC (rev 7453)
+++ trunk/seam-gen/resources/WEB-INF/components.xml 2008-02-19 23:39:38 UTC (rev 7454)
@@ -33,8 +33,10 @@
</drools:rule-files>
</drools:rule-base>
- <security:identity security-rules="#{securityRules}"
remember-me="true"/>
+ <security:rule-based-permission-resolver
security-rules="#{securityRules}"/>
+ <security:identity authenticate-method="#{authenticator.authenticate}"
remember-me="true"/>
+
<event type="org.jboss.seam.security.notLoggedIn">
<action execute="#{redirect.captureCurrentView}"/>
</event>
Show replies by date