Package | Description |
---|---|
net.sourceforge.guacamole.net.basic | |
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.auth |
Classes which drive the default, basic authentication of the Guacamole
web application.
|
org.glyptodon.guacamole.net.basic.xml.user_mapping |
Classes related to parsing the user-mapping.xml file.
|
org.glyptodon.guacamole.protocol |
Classes relating directly to the Guacamole protocol.
|
Modifier and Type | Method and Description |
---|---|
Map<String,GuacamoleConfiguration> |
BasicFileAuthenticationProvider.getAuthorizedConfigurations(Credentials credentials) |
Modifier and Type | Method and Description |
---|---|
GuacamoleConfiguration |
Connection.getConfiguration()
Returns the GuacamoleConfiguration associated with this Connection.
|
GuacamoleConfiguration |
AbstractConnection.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
Connection.setConfiguration(GuacamoleConfiguration config)
Sets the GuacamoleConfiguration associated with this Connection.
|
void |
AbstractConnection.setConfiguration(GuacamoleConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
abstract Map<String,GuacamoleConfiguration> |
SimpleAuthenticationProvider.getAuthorizedConfigurations(Credentials credentials)
Given an arbitrary credentials object, returns a Map containing all
configurations authorized by those credentials.
|
Constructor and Description |
---|
SimpleConnection(String name,
String identifier,
GuacamoleConfiguration config)
Creates a new SimpleConnection having the given identifier and
GuacamoleConfiguration.
|
Constructor and Description |
---|
SimpleConnectionDirectory(Map<String,GuacamoleConfiguration> configs)
Creates a new SimpleConnectionDirectory which provides
access to the configurations contained within the given Map.
|
SimpleUser(String username,
Map<String,GuacamoleConfiguration> configs,
Collection<ConnectionGroup> groups)
Creates a new SimpleUser having the given username.
|
SimpleUserContext(Map<String,GuacamoleConfiguration> configs)
Creates a new SimpleUserContext which provides access to only those
configurations within the given Map.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleConfiguration |
Authorization.getConfiguration(String name)
Returns the GuacamoleConfiguration having the given name and associated
with the username/password pair stored within this authorization.
|
Modifier and Type | Method and Description |
---|---|
Map<String,GuacamoleConfiguration> |
Authorization.getConfigurations()
Returns a Map of all stored GuacamoleConfigurations associated with the
username/password pair stored within this authorization, indexed by
configuration name.
|
Modifier and Type | Method and Description |
---|---|
void |
Authorization.addConfiguration(String name,
GuacamoleConfiguration config)
Adds the given GuacamoleConfiguration to the set of stored configurations
under the given name.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleConfiguration |
ConnectionTagHandler.asGuacamoleConfiguration()
Returns a GuacamoleConfiguration whose contents are populated from data
within this connection element and child elements.
|
Constructor and Description |
---|
ParamTagHandler(GuacamoleConfiguration config)
Creates a new handler for an "param" tag having the given
attributes.
|
ProtocolTagHandler(GuacamoleConfiguration config)
Creates a new handler for a "protocol" tag having the given
attributes.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleConfiguration |
ConfiguredGuacamoleSocket.getConfiguration()
Returns the GuacamoleConfiguration used to configure this
ConfiguredGuacamoleSocket.
|
Constructor and Description |
---|
ConfiguredGuacamoleSocket(GuacamoleSocket socket,
GuacamoleConfiguration config)
Creates a new ConfiguredGuacamoleSocket which uses the given
GuacamoleConfiguration to complete the initial protocol handshake over
the given GuacamoleSocket.
|
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 © 2015. All rights reserved.