This content has been marked as final.
Show 1 reply
-
1. Re: how web container get the the user login informaton
juha Dec 12, 2003 2:27 PM (in response to firstrainbow)HttpServletRequest.getUserPrincipal() and isUserInRole() work for basic login information. Additional security context can be retrieved using the org.jboss.security.SecurityAssociation class (assuming you're running with integrated Tomcat).