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 |
Classes specific to the general-purpose web application implemented by
the Guacamole project using the Guacamole APIs.
|
org.glyptodon.guacamole.net.basic.rest.connection |
Classes related to the connection manipulation aspect of the Guacamole REST API.
|
org.glyptodon.guacamole.net.basic.rest.connectiongroup |
Classes related to the connection group manipulation aspect
of the Guacamole REST API.
|
org.glyptodon.guacamole.protocol |
Classes relating directly to the Guacamole protocol.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleTunnel |
Connectable.connect(GuacamoleClientInformation info)
Establishes a connection to guacd using the information associated with
this object.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleTunnel |
SimpleConnectionGroup.connect(GuacamoleClientInformation info) |
GuacamoleTunnel |
SimpleConnection.connect(GuacamoleClientInformation info) |
Modifier and Type | Method and Description |
---|---|
protected GuacamoleClientInformation |
TunnelRequestService.getClientInformation(TunnelRequest request)
Reads and returns the client information provided within the given
request.
|
Modifier and Type | Method and Description |
---|---|
protected GuacamoleTunnel |
TunnelRequestService.createConnectedTunnel(UserContext context,
TunnelRequest.Type type,
String id,
GuacamoleClientInformation info)
Creates a new tunnel using which is connected to the connection or
connection group identifier by the given ID.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleTunnel |
APIConnectionWrapper.connect(GuacamoleClientInformation info) |
Modifier and Type | Method and Description |
---|---|
GuacamoleTunnel |
APIConnectionGroupWrapper.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 © 2017. All rights reserved.