Package | Description |
---|---|
net.sourceforge.guacamole.net.auth |
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
|
net.sourceforge.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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnection
Basic implementation of a Guacamole connection.
|
Modifier and Type | Method and Description |
---|---|
Directory<String,Connection> |
UserContext.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 of this UserContext.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleConnection
An extremely basic Connection implementation.
|
Modifier and Type | Method and Description |
---|---|
Connection |
SimpleConnectionDirectory.get(String identifier) |
Modifier and Type | Method and Description |
---|---|
Directory<String,Connection> |
SimpleUserContext.getConnectionDirectory() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleConnectionDirectory.add(Connection connection) |
void |
SimpleConnectionDirectory.update(Connection connection) |
Copyright © 2013. All Rights Reserved.