public class Move extends AuthenticatingHttpServlet
Constructor and Description |
---|
Move() |
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, 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) throws 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.GuacamoleException
- If an error occurs that interferes with the
normal operation of this servlet.Copyright © 2014. All rights reserved.