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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnection
Basic implementation of a Guacamole connection.
|
Modifier and Type | Method and Description |
---|---|
Directory<String,Connection> |
ConnectionGroup.getConnectionDirectory()
Retrieves a Directory which can be used to view and manipulate
connections and their configurations, but only as allowed by the
permissions given to the user.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleConnection
An extremely basic Connection implementation.
|
Modifier and Type | Method and Description |
---|---|
Connection |
SimpleConnectionDirectory.get(String identifier) |
Connection |
SimpleConnectionDirectory.putConnection(Connection connection)
An internal method for modifying the Connections in this Directory.
|
Connection |
SimpleConnectionDirectory.removeConnection(String identifier)
An internal method for removing a Connection from this Directory.
|
Modifier and Type | Method and Description |
---|---|
Directory<String,Connection> |
SimpleConnectionGroup.getConnectionDirectory() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleConnectionDirectory.add(Connection connection) |
Connection |
SimpleConnectionDirectory.putConnection(Connection connection)
An internal method for modifying the Connections in this Directory.
|
void |
SimpleConnectionDirectory.update(Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleConnectionDirectory.move(String identifier,
Directory<String,Connection> directory) |
Constructor and Description |
---|
SimpleConnectionGroup(String name,
String identifier,
Directory<String,Connection> connectionDirectory,
Directory<String,ConnectionGroup> connectionGroupDirectory)
Creates a new SimpleConnectionGroup having the given name and identifier
which will expose the given directories as its contents.
|
Modifier and Type | Method and Description |
---|---|
Directory<String,Connection> |
DummyConnectionGroup.getConnectionDirectory() |
Modifier and Type | Class and Description |
---|---|
class |
DummyConnection
Basic Connection skeleton, providing a means of storing Connection data
prior to CRUD operations.
|
Copyright © 2016. All Rights Reserved.