Package wt.httpgw.filter
package wt.httpgw.filter
-
ClassesClassDescriptionAbstract
Filterimplementation that wraps the incoming servlet request to return a desired user fromHttpServletRequest.getRemoteUser()andHttpServletRequest.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.