[jboss-user] [JBoss Seam] - Re: Setting a
petemuir
do-not-reply at jboss.com
Thu Feb 22 10:48:51 EST 2007
So I think the thing is here that unless Seam actually started providing a basic User class (which would be a bad thing as this is domain model specific) there is no sensible way to store any information about the user on Identity. FWIW I just extend Identity and add get/setUser methods to it (where User is an entity I've defined).
@Name("org.jboss.seam.security.identity")
| public class Identity extends org.jboss.seam.security.Identity {
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020639#4020639
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020639
More information about the jboss-user
mailing list