AHA
Class Login

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--AHA.AhaServlet
                    |
                    +--AHA.Entree
                          |
                          +--AHA.Login

public class Login
extends Entree

The class Login is a servlet that takes care of loging in an existing user. The methods it shares with the Registration servlet are provided by their parent LinkList.

See Also:
Serialized Form

Fields inherited from class AHA.Entree
passwd
 
Fields inherited from class AHA.AhaServlet
AHA, Background, Course, Host, HtDocs, Language, loginid, Logs, out, Port, referer, Title, UserModel
 
Constructor Summary
Login()
           
 
Method Summary
 void init(javax.servlet.ServletConfig config)
           
 void println(java.lang.Object s)
           
protected  void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class AHA.Entree
addAHAInformation, addSessionInformation, buildAHA, CheckOtherSessions, exists, hasGoodPasswd, prepare, readFormParameters, redirect, setPrintWriter
 
Methods inherited from class AHA.AhaServlet
getName, initService, printInfo
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Login

public Login()
Method Detail

println

public void println(java.lang.Object s)
Overrides:
println in class Entree

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Overrides:
init in class Entree

service

protected void service(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
Overrides:
service in class Entree