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-authenticatedModifier 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, doPut
badInputCheck, checkBadInput, confirm, confirm, doGet, doPost, doPut, encodeCGI, getLogger, handleFormResult, message, message, messageWithArgs, sendMessageWithArgs
public static Feature CHECK_API_FAILS
public ServletSessionService getSessionService(AppContext conn)
SessionServlet
getSessionService
in class SessionServlet