public class LoginServlet extends GeneralServlet
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
LoginServlet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServletInfo()
Returns a short description of the
|
void |
parseRequestAndData(DataWrapper data,
User user)
Parses any incoming request and redirects this request to the right
handler.
|
protected void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Processes the incoming request and calls the various methods to create
the right output stream.
|
calcOGCRequest, checkLogin, checkLogin, checkLoginAlreadyLoggedIn, checkLoginLDAP, checkLoginPersonalCode, checkLoginPreemptiveAuthentication, completeUrl, createBaseUrl, createBaseUrl, decodeBasicAuthorizationString, doGet, doPost, init, isRemoteAddressWithinIpRange, parsePassword, parseUsername, requestUrldoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected void processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
GeneralServletprocessRequest in class GeneralServletrequest - servlet requestresponse - servlet responsejavax.servlet.ServletExceptionIOExceptionpublic String getServletInfo()
GeneralServletgetServletInfo in interface javax.servlet.ServletgetServletInfo in class GeneralServletpublic void parseRequestAndData(DataWrapper data, User user) throws IllegalArgumentException, UnsupportedOperationException, IOException, Exception
GeneralServletparseRequestAndData in class GeneralServletdata - map with the given parametersuser - database userIllegalArgumentExceptionUnsupportedOperationExceptionIOExceptionExceptionCopyright © 2015. All rights reserved.