[jboss-user] [JBoss Seam] - Re: authenticator invocation / EL issue

pete.muir@jboss.org do-not-reply at jboss.com
Fri Jan 4 11:37:05 EST 2008


Why not extend identity with your own implementation, and override isLoggedIn

@Override
  | public boolean isLoggedIn() {
  |    return isLoggedIn(false);
  | }

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

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



More information about the jboss-user mailing list