com.Servlet
Class Authentification

java.lang.Object
  extended by HttpServlet
      extended by com.Servlet.Authentification

public class Authentification
extends HttpServlet

Servlet pour l'authentification sur la page d'accueil.

Version:
1.0
Author:
E. Dupuis, L. Jilibert

Constructor Summary
Authentification()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authentification

public Authentification()
Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Throws:
ServletException
IOException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   IOException
Throws:
ServletException
IOException