public class Update extends AuthenticatingHttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
PARAMETER_PREFIX
Prefix given to a parameter name when that parameter is a protocol-
specific parameter meant for the configuration.
|
Constructor and Description |
---|
Update() |
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
public static final String PARAMETER_PREFIX
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.