Package wt.httpgw.filter


package wt.httpgw.filter
  • Classes
    Class
    Description
    Abstract Filter implementation that wraps the incoming servlet request to return a desired user from HttpServletRequest.getRemoteUser() and HttpServletRequest.getUserPrincipal() in place of that returned by the original request.
    This filter allows trusted clients to set an effective user id for requests without authenticating as this user.