Proxy interface used together with PrincipalAware interface. It allows to get indirect access to
HttpServletRequest or PortletRequest Principal related methods.
To obtain the HttpServletRequest in your action, use
{@link org.apache.struts2.servlet.ServletRequestAware}, since this method will be dropped in future.