Class Authentication

java.lang.Object
   |
   +----Authentication

public class Authentication
extends Object
if formno 31-33 mainquery will call Forward with HttpServletRequest,HttpServletResponse,Connection for creating new login,changing password & authentication


Constructor Index

 o Authentication()

Method Index

 o Forward(HttpServletRequest, HttpServletResponse, Connection)

Constructors

 o Authentication
 public Authentication()

Methods

 o Forward
 public void Forward(HttpServletRequest req,
                     HttpServletResponse res,
                     Connection conn) throws ServletException, IOException