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


Variable Index

 o myCom

Constructor Index

 o AuthenticationServlet()

Method Index

 o destroy()
 o doGet(HttpServletRequest, HttpServletResponse)
 o doPost(HttpServletRequest, HttpServletResponse)
 o init(ServletConfig)

Variables

 o myCom
 public static Connection myCom

Constructors

 o AuthenticationServlet
 public AuthenticationServlet()

Methods

 o init
 public void init(ServletConfig config) throws ServletException
Overrides:
init in class GenericServlet
 o doPost
 public void doPost(HttpServletRequest req,
                    HttpServletResponse res) throws ServletException, IOException, IllegalStateException
Overrides:
doPost in class HttpServlet
 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws ServletException, IOException, IllegalStateException
Overrides:
doGet in class HttpServlet
 o destroy
 public void destroy()
Overrides:
destroy in class GenericServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index