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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to