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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...