Hi, I have CAS, plus some Java webapps (running on a separate Tomcats). Some webapps needs to know which users are logged in (similar to Google Chat, that shows which of your friends are online). I need this info through both:
- Query ("select connected users that answer some criteria") - Event ("user has logged in / out"). I suspect CAS doesn't support it "out of the box": http://comments.gmane.org/gmane.comp.java.jasig.cas.user/16230 But I was hoping to extend CAS code to achieve this. I just need to know whenever a user logs in / logs out / times out, and then I can notify my applications, and also update some custom datastructure for my queries. Being a newbie, I'd be grateful to anyone who could hint which CAS classes to extend/use... Should I override the TicketRegistry? Or add Actions to "spring flow" of Login (but I can't seem to find a "log Out" flow)? Or can I get some Events from spring security? Thanks very much -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user