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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to