[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?
gavin.king@jboss.com
do-not-reply at jboss.com
Tue Feb 27 20:10:13 EST 2007
@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
More information about the jboss-user
mailing list