Get list of logged users of my application.
Hello everybody,
we have an ADF Java enterprise application deployed on a Weblogic server (EAR) 10.3.4
Authentication is based on JAAS and autentication provider is Active Directory.
From the Enterprise console I can see the number of sessions (users connected).
Do you know how can i get the list of connected users? WLST should be ok, but I cannot find a way to do this!
Thank you!
0