public abstract class ContainerAuthServlet extends WebappServlet
ARGS, CONFIRM_NO, CONFIRM_POST_URL, CONFIRM_TYPE, CONFIRM_YES, EXTRA_HTML, MESSAGE_EXTRA_ATTR, MESSAGE_TYPE_ATTR, MESSAGES_JSP_URL, SCRIPTS_CONFIRM_JSP| Constructor and Description |
|---|
ContainerAuthServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doPost(HttpServletRequest req,
HttpServletResponse res,
AppContext conn)
Method that does the actual work
|
protected abstract void |
doPost(HttpServletRequest req,
HttpServletResponse res,
AppContext conn,
java.lang.String user) |
protected boolean |
verify(java.lang.String user)
Is this user valid, default to just checking we have a user
|
badInputCheck, checkBadInput, confirm, confirm, doGet, doPost, doPut, doPut, encodeCGI, getLogger, handleFormResult, message, message, messageWithArgs, sendMessageWithArgsprotected final void doPost(HttpServletRequest req,
HttpServletResponse res,
AppContext conn)
throws ServletException,
java.io.IOException
WebappServletdoPost in class WebappServletServletExceptionjava.io.IOExceptionprotected boolean verify(java.lang.String user)
user - protected abstract void doPost(HttpServletRequest req,
HttpServletResponse res,
AppContext conn,
java.lang.String user)
throws ServletException,
java.io.IOException
ServletExceptionjava.io.IOException