public class Delete extends AuthenticatingHttpServlet
Constructor and Description |
---|
Delete() |
Modifier and Type | Method and Description |
---|---|
protected void |
authenticatedService(net.sourceforge.guacamole.net.auth.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, init, service
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
protected void authenticatedService(net.sourceforge.guacamole.net.auth.UserContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws net.sourceforge.guacamole.GuacamoleException
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.net.sourceforge.guacamole.GuacamoleException
- If an error occurs that interferes with the
normal operation of this servlet.Copyright © 2013. All Rights Reserved.