com.Servlet
Class Authentification
java.lang.Object
HttpServlet
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
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 |
Authentification
public Authentification()
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