public class BasicGuacamoleTunnelServlet extends AuthenticatingHttpServlet
| Constructor and Description |
|---|
BasicGuacamoleTunnelServlet() |
| 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.
|
protected boolean |
hasNewCredentials(javax.servlet.http.HttpServletRequest request)
Returns whether the request given has updated credentials.
|
getCredentials, getUserContext, init, servicedoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, serviceprotected void authenticatedService(UserContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws GuacamoleException
AuthenticatingHttpServletauthenticatedService in class AuthenticatingHttpServletcontext - 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.protected boolean hasNewCredentials(javax.servlet.http.HttpServletRequest request)
AuthenticatingHttpServlethasNewCredentials in class AuthenticatingHttpServletrequest - The request to check for credentials.Copyright © 2013. All rights reserved.