public class BasicLogin extends AuthenticatingHttpServlet
| 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.
|
getCredentials, getUserContext, hasNewCredentials, init, servicedoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, serviceprotected void authenticatedService(UserContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
AuthenticatingHttpServletauthenticatedService in class AuthenticatingHttpServletcontext - The current UserContext.request - The HttpServletRequest being serviced.response - An HttpServletResponse which controls the HTTP response
of this servlet.Copyright © 2013. All rights reserved.