Class Summary |
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 configuration
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. |
ConfigurationList |
Simple HttpServlet which outputs XML containing a list of all authorized
configurations for the current user. |
GuacamoleClassLoader |
A ClassLoader implementation which finds classes within a configurable
directory. |
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. |