Package | Description |
---|---|
org.glyptodon.guacamole.net.auth |
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
|
org.glyptodon.guacamole.net.auth.simple |
Provides a basic AuthenticationProvider base class that can be used to create
simple AuthenticationProviders in the same way allowed by the old
authentication API.
|
org.glyptodon.guacamole.net.basic.crud.connectiongroups |
Servlets dedicated to CRUD operations related to ConnectionGroups.
|
org.glyptodon.guacamole.net.basic.crud.connections |
Servlets dedicated to CRUD operations related to Connections.
|
org.glyptodon.guacamole.protocol |
Classes relating directly to the Guacamole protocol.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleSocket |
ConnectionGroup.connect(GuacamoleClientInformation info)
Establishes a connection to guacd using a connection chosen from among
the connections in this ConnectionGroup, and returns the resulting,
connected GuacamoleSocket.
|
GuacamoleSocket |
Connection.connect(GuacamoleClientInformation info)
Establishes a connection to guacd using the GuacamoleConfiguration
associated with this Connection, and returns the resulting, connected
GuacamoleSocket.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleSocket |
SimpleConnection.connect(GuacamoleClientInformation info) |
GuacamoleSocket |
SimpleConnectionGroup.connect(GuacamoleClientInformation info) |
Modifier and Type | Method and Description |
---|---|
GuacamoleSocket |
DummyConnectionGroup.connect(GuacamoleClientInformation info) |
Modifier and Type | Method and Description |
---|---|
GuacamoleSocket |
DummyConnection.connect(GuacamoleClientInformation info) |
Constructor and Description |
---|
ConfiguredGuacamoleSocket(GuacamoleSocket socket,
GuacamoleConfiguration config,
GuacamoleClientInformation info)
Creates a new ConfiguredGuacamoleSocket which uses the given
GuacamoleConfiguration and GuacamoleClientInformation to complete the
initial protocol handshake over the given GuacamoleSocket.
|
Copyright © 2016. All rights reserved.