All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CAS.SYSADD_FUNCTIONS.Authsys

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----CAS.SYSADD_FUNCTIONS.Authsys

public class Authsys
extends HttpServlet
This servlet authenticates the password and super root userid .creates the session so that other servlets can authenticate the root


Constructor Index

 o Authsys()

Method Index

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

Constructors

 o Authsys
 public Authsys()

Methods

 o init
 public void init(ServletConfig config) throws ServletException
Overrides:
init in class GenericServlet
 o doGet
 public void doGet(HttpServletRequest request,
                   HttpServletResponse response) throws IOException, ServletException
Overrides:
doGet in class HttpServlet
 o doPost
 public void doPost(HttpServletRequest request,
                    HttpServletResponse response) throws IOException, ServletException
Overrides:
doPost in class HttpServlet

All Packages  Class Hierarchy  This Package  Previous  Next  Index