public class BasicLogin extends AuthenticatingHttpServlet
CLIPBOARD_ATTRIBUTE, CONTEXT_ATTRIBUTE, CREDENTIALS_ATTRIBUTE
Constructor and Description |
---|
BasicLogin() |
Modifier and Type | Method and Description |
---|---|
protected void |
authenticatedService(UserContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Function called after the credentials given in the request (if any)
are authenticated.
|
getClipboardState, getCredentials, getUserContext, hasNewCredentials, init, sendError, service
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
protected void authenticatedService(UserContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
AuthenticatingHttpServlet
authenticatedService
in class AuthenticatingHttpServlet
context
- The current UserContext.request
- The HttpServletRequest being serviced.response
- An HttpServletResponse which controls the HTTP response
of this servlet.Copyright © 2015. All rights reserved.