See: Description
Class | Description |
---|---|
AuthenticatingHttpServlet |
Abstract servlet which provides an authenticatedService() function that
is only called if the HTTP request is authenticated, or the current
HTTP session has already been authenticated.
|
BasicGuacamoleTunnelServlet |
Connects users to a tunnel associated with the authorized connection
having the given ID.
|
BasicLogin |
Simple dummy AuthenticatingHttpServlet which provides an endpoint for arbitrary
authentication requests that do not expect a response.
|
BasicLogout |
Logs out the current user by invalidating the associated HttpSession and
redirecting the user to the login page.
|
BasicTunnelRequestUtility |
Utility class that takes a standard request from the Guacamole JavaScript
client and produces the corresponding GuacamoleTunnel.
|
CaptureClipboard |
Servlet which dumps the current contents of the clipboard.
|
ClipboardState |
Provides central storage for a cross-connection clipboard state.
|
GuacamoleClassLoader |
A ClassLoader implementation which finds classes within a configurable
directory.
|
MonitoringGuacamoleReader |
GuacamoleReader implementation which watches for specific instructions,
maintaining state based on the observed instructions.
|
ProtocolInfo |
Describes a protocol and all parameters associated with it, as required by
a protocol plugin for guacd.
|
ProtocolParameter |
Represents a parameter of a protocol.
|
ProtocolParameterOption |
Describes an available legal value for an enumerated protocol parameter.
|
WebSocketSupportLoader |
Simple ServletContextListener which loads a WebSocket tunnel implementation
if available, using the Servlet 3.0 API to dynamically load and install
the tunnel servlet.
|
Enum | Description |
---|---|
BasicGuacamoleTunnelServlet.IdentifierType |
All supported identifier types.
|
ProtocolParameter.Type |
All possible types of protocol parameter.
|
Copyright © 2015. All rights reserved.