可能重复:
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应用程序的所有用户的列表?
提前致谢...