/// <summary> /// The default behavior of this method is to return IsUserInRole(string role) /// on the wrapped request object. /// </summary> /// <param name="role"></param> /// <returns></returns> public bool IsUserInRole(string role) { return(HttpServletRequest.IsUserInRole(role)); }