Package | Description |
---|---|
org.glyptodon.guacamole.net.basic |
Classes specific to the general-purpose web application implemented by
the Guacamole project using the Guacamole APIs.
|
org.glyptodon.guacamole.net.basic.crud.connectiongroups |
Servlets dedicated to CRUD operations related to ConnectionGroups.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicGuacamoleTunnelServlet
Connects users to a tunnel associated with the authorized connection
having the given ID.
|
class |
BasicLogin
Simple dummy AuthenticatingHttpServlet which provides an endpoint for arbitrary
authentication requests that do not expect a response.
|
Modifier and Type | Class and Description |
---|---|
class |
Create
Simple HttpServlet which handles connection group creation.
|
class |
Delete
Simple HttpServlet which handles connection group deletion.
|
class |
List
Simple HttpServlet which outputs XML containing a list of all authorized
connection groups for the current user.
|
class |
Move
Simple HttpServlet which handles moving connection groups.
|
class |
Update
Simple HttpServlet which handles connection group update.
|
Copyright © 2013. All rights reserved.