All Packages Class Hierarchy This Package Previous Next Index
Class CAS.CAS.AuthenticationServlet
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----CAS.CAS.AuthenticationServlet
- public class AuthenticationServlet
- extends HttpServlet
This servlet runs on the CAS and does the most major opeartion
of the authentication process, that is setting the cookie for the
client
-
myCom
-
-
AuthenticationServlet()
-
-
destroy()
-
-
doGet(HttpServletRequest, HttpServletResponse)
-
-
doPost(HttpServletRequest, HttpServletResponse)
-
-
init(ServletConfig)
-
myCom
public static Connection myCom
AuthenticationServlet
public AuthenticationServlet()
init
public void init(ServletConfig config) throws ServletException
- Overrides:
- init in class GenericServlet
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException, IllegalStateException
- Overrides:
- doPost in class HttpServlet
doGet
public void doGet(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException, IllegalStateException
- Overrides:
- doGet in class HttpServlet
destroy
public void destroy()
- Overrides:
- destroy in class GenericServlet
All Packages Class Hierarchy This Package Previous Next Index