| javax.servlet.http.HttpServlet org.apache.jetspeed.demo.servlet.SSODemoServlet
SSODemoServlet | public class SSODemoServlet extends HttpServlet (Code) | | SSODemoServlet - looks for username, password in the URL for single
signon to this servlet from a SSO portlet.
Username request parameter: ssouser
Password request parameter: ssopw
author: David Sean Taylor version: $Id: SSODemoServlet.java 517121 2007-03-12 07:45:49Z 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)
|
|
|