public class Login
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
Login() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
allowUserGet(String auth) |
protected boolean |
allowUserPost(String auth,
String user) |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionHttpServlet.doGet(HttpServletRequest request, HttpServletResponse response)protected String allowUserGet(String auth) throws IOException
IOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionHttpServlet.doPost(HttpServletRequest request, HttpServletResponse response)protected boolean allowUserPost(String auth, String user) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.