Get list of authenticated users in glassfish

Posted by KevMo on Stack Overflow See other posts from Stack Overflow or by KevMo
Published on 2010-05-05T00:25:15Z Indexed on 2010/05/05 0:28 UTC
Read the original article Hit count: 539

Filed under:
|
|

Is it possible to get a list of all the currently logged in users in an application running on glassfish? I'm user container managed authentication, so I know the information is somewhere. I would like to display this information on my own JSP page as opposed to finding it in the admin console, but either will work fine.

© Stack Overflow or respective owner

Related posts about glassfish

Related posts about j2ee