0 Replies Latest reply on May 15, 2009 9:36 PM by israel.bgf

    getUserPrincipal()

    israel.bgf

      I want to get the UserPrincipal from the method:


      FacesContext.getCurrentInstance().getExternalContext().getRequest()).getUserPrincipal();


      This gives me a Seam instance (SimplePrincipal), but i want the non-proxied-seam-instance of it. Is there any way to do this?