public abstract class APISessionServlet extends SessionServlet
SessionServlet that will look for person/password parameters in the url/post parameters to
perform login if the session is un-authenticated| Modifier and Type | Field and Description |
|---|---|
static Feature |
CHECK_API_FAILS |
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 |
|---|
APISessionServlet() |
| Modifier and Type | Method and Description |
|---|---|
ServletSessionService |
getSessionService(AppContext conn)
Extension point to implement additional authorisation mechanisms on a per servlet basis.
|
authorized, doPost, doPost, doPut, doPutbadInputCheck, checkBadInput, confirm, confirm, doGet, doPost, doPut, encodeCGI, getLogger, handleFormResult, message, message, messageWithArgs, sendMessageWithArgspublic static Feature CHECK_API_FAILS
public ServletSessionService getSessionService(AppContext conn)
SessionServletgetSessionService in class SessionServlet