Package | Description |
---|---|
org.glyptodon.guacamole.environment | |
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.extension |
Classes which represent and facilitate the loading of extensions to the
Guacamole web application.
|
org.glyptodon.guacamole.net.basic.log | |
org.glyptodon.guacamole.net.basic.rest.auth |
Classes related to the authentication aspect of the Guacamole REST API.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalEnvironment
The environment of the locally-running Guacamole instance, describing
available protocols, configuration parameters, and the GUACAMOLE_HOME
directory.
|
Constructor and Description |
---|
EnvironmentModule(Environment environment)
Creates a new EnvironmentModule which will bind the given environment
for future injection.
|
GuacamoleSession(Environment environment,
AuthenticatedUser authenticatedUser,
List<UserContext> userContexts)
Creates a new Guacamole session associated with the given
AuthenticatedUser and UserContexts.
|
Constructor and Description |
---|
ExtensionModule(Environment environment)
Creates a module which loads all extensions within the
GUACAMOLE_HOME/extensions directory.
|
Constructor and Description |
---|
LogModule(Environment environment)
Creates a new LogModule which uses the given environment to determine
the logging configuration.
|
Constructor and Description |
---|
BasicTokenSessionMap(Environment environment)
Create a new BasicTokenGuacamoleSessionMap configured using the given
environment.
|
Copyright © 2016. All rights reserved.