| javax.servlet.http.HttpServlet org.apache.jetspeed.demo.servlet.SSOBasicDemoServlet
SSOBasicDemoServlet | public class SSOBasicDemoServlet extends HttpServlet (Code) | | SSOBasicDemoServlet - this will only run in Tomcat 4 and 5
where there is a tomcat user name tomcat with the password tomcat
and with a role named tomcat.
author: David Sean Taylor version: $Id: SSOBasicDemoServlet.java 516448 2007-03-09 16:25:47Z ate $ |
DEMO_SSO_CREDENTIAL | final public static String DEMO_SSO_CREDENTIAL(Code) | | |
DEMO_SSO_CREDENTIAL_PARAM | final public static String DEMO_SSO_CREDENTIAL_PARAM(Code) | | |
DEMO_SSO_PRINCIPAL_PARAM | final public static String DEMO_SSO_PRINCIPAL_PARAM(Code) | | |
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)
|
|
|