@Name("org.jboss.seam.core.identity")
  | public class MyIdentity extends RuleBasedIdentity {//or Identity, if no 
drools
  |     public String login() {
  |         String outcome = super.login();
  |         //do whatever you like
  |     }
  | }




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023398#4023398

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023398
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to