@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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...