public class BasicGuacamoleTunnelServlet extends AuthenticatingHttpServlet
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicGuacamoleTunnelServlet.IdentifierType
All supported identifier types.
|
CLIPBOARD_ATTRIBUTE, CONTEXT_ATTRIBUTE, CREDENTIALS_ATTRIBUTE| 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.
|
getClipboardState, getCredentials, getUserContext, init, sendError, 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 © 2015. All rights reserved.