我想用 JSF 创建一个登录表单,它还在外部上下文中创建一个新的 UserPrincipal。
当我想在 External FacesContext 中创建新的 UserPrincipal 时,我需要做什么?
我将 WebSphere Application Server 8 与 JSF 2 一起使用。
我想做这样的事情:
FacesContext context = FacesContext.getCurrentInstance();
Principal principal = context.getExternalContext().getUserPrincipal();
最好的问候投票