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.
|
BasicFileAuthenticationProvider |
Authenticates users against a static list of username/password pairs.
|
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.
|
GuacamoleClassLoader |
A ClassLoader implementation which finds classes within a configurable
directory.
|
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 |
---|---|
ProtocolParameter.Type |
All possible types of protocol parameter.
|
Copyright © 2013. All rights reserved.