| javax.servlet.http.HttpServlet com.salmonllc.servlets.RemoteReflector
RemoteReflector | public class RemoteReflector extends HttpServlet (Code) | | This class represents the servlet which gets called from the RemoteProxy instance.
|
isSecurityPolicySet | public static boolean isSecurityPolicySet(HttpSession sess)(Code) | | Returns true if a security policy is set for this session
|
setSecurityPolicy | public static void setSecurityPolicy(RemoteReflectionSecurityPolicy rrsp)(Code) | | Sets the Global Security Policy to use for this servlet.
Parameters: rrsp - RemoteReflectionSecurityPolicy |
setSecurityPolicy | public static void setSecurityPolicy(HttpSession sess, RemoteReflectionSecurityPolicy rrsp)(Code) | | Sets a session based Security Policy to use for this servlet for this session.
Parameters: sess - HttpSession The session for which this security policy applies. Parameters: rrsp - RemoteReflectionSecurityPolicy |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|