[jboss-user] [JBoss Seam] - Identity.initCredentialsFromCookie()

monkeyden do-not-reply at jboss.com
Mon Jul 23 11:07:14 EDT 2007


We prefer not to couple the cookie value with Identity's username field.  We're actually using an encrypted hash instead.  The problem is, initCredentialsFromCookie() is private and doesn't allow for overriding.  I think I have a workaround, which is to ignore the seam cookie name and use my own, but it would be nice to make this method protected so I can just override it.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066688



More information about the jboss-user mailing list