[jboss-user] [JBoss Seam] - security question
shawndgarner
do-not-reply at jboss.com
Fri Nov 16 13:32:08 EST 2007
Can the drools security rules be used in conjunction with the default identity implementation?
In other words can i declare both:
| <security:identity authenticate-method="#{authenticator.authenticate}"/>
|
and
| <drools:rule-base name="securityRules">
| <drools:rule-files>
| <value>/META-INF/security.drl</value>
| </drools:rule-files>
| </drools:rule-base>
|
and have them both work together?
Because I want to to call my authenticate method and do the drools security permissions.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105620#4105620
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105620
More information about the jboss-user
mailing list