获取当前连接的所有用户的列表

时间:2011-08-05 18:58:06

标签: java jsf-2 facescontext

  

可能重复:
  JSF J_security_check How to get number of connected users and their role?

我已经知道这一行负责在JSF 2应用程序中获取当前登录用户:

     connectedUserName = FacesContext.getCurrentInstance().getExternalContext().getUserPrincipal().getName();

有什么方法可以获得当前登录Web JSF 2应用程序的所有用户的列表?

提前致谢...

0 个答案:

没有答案