public class CaptureClipboard extends AuthenticatingHttpServlet
Modifier and Type | Field and Description |
---|---|
static BooleanGuacamoleProperty |
INTEGRATION_ENABLED
Whether clipboard integration is enabled.
|
CLIPBOARD_ATTRIBUTE, CONTEXT_ATTRIBUTE, CREDENTIALS_ATTRIBUTE
Constructor and Description |
---|
CaptureClipboard() |
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.
|
getClipboardState, getCredentials, getUserContext, hasNewCredentials, init, sendError, service
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public static final BooleanGuacamoleProperty INTEGRATION_ENABLED
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 © 2016. All rights reserved.