userPrincipal
and remoteUser
for authenticated JSPWiki users (whether authenticated by container or by JSPWiki's custom system). The wrapper's other responsibility is to incorporate JSPWiki built-in roles into the role-checking algorithm for {@link HttpServletRequest#isUserInRole(String)}. Just before the request is wrapped, the method {@link AuthenticationManager#login(HttpServletRequest)} executes;this method contains all of the logic needed to grab any user login credentials set by the container or by cookies.
@author Andrew Jaquith
|
|