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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionGroup
Basic implementation of a Guacamole connection group.
|
Modifier and Type | Method and Description |
---|---|
ConnectionGroup |
UserContext.getRootConnectionGroup()
Retrieves a connection group which can be used to view and manipulate
connections, but only as allowed by the permissions given to the user of
this UserContext.
|
Modifier and Type | Method and Description |
---|---|
Directory<String,ConnectionGroup> |
ConnectionGroup.getConnectionGroupDirectory()
Retrieves a Directory which can be used to view and manipulate
connection groups and their members, but only as allowed by the
permissions given to the user.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleConnectionGroup
An extremely simple read-only implementation of a ConnectionGroup which
returns the connection and connection group directories it was constructed
with.
|
Modifier and Type | Method and Description |
---|---|
ConnectionGroup |
SimpleConnectionGroupDirectory.get(String identifier) |
ConnectionGroup |
SimpleUserContext.getRootConnectionGroup() |
ConnectionGroup |
SimpleConnectionGroupDirectory.putConnectionGroup(ConnectionGroup connectionGroup)
An internal method for modifying the ConnectionGroups in this Directory.
|
ConnectionGroup |
SimpleConnectionGroupDirectory.removeConnectionGroup(String identifier)
An internal method for removing a ConnectionGroup from this Directory.
|
Modifier and Type | Method and Description |
---|---|
Directory<String,ConnectionGroup> |
SimpleConnectionGroup.getConnectionGroupDirectory() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleConnectionGroupDirectory.add(ConnectionGroup connectionGroup) |
ConnectionGroup |
SimpleConnectionGroupDirectory.putConnectionGroup(ConnectionGroup connectionGroup)
An internal method for modifying the ConnectionGroups in this Directory.
|
void |
SimpleConnectionGroupDirectory.update(ConnectionGroup connectionGroup) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleConnectionGroupDirectory.move(String identifier,
Directory<String,ConnectionGroup> 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.
|
SimpleConnectionGroupDirectory(Collection<ConnectionGroup> groups)
Creates a new SimpleConnectionGroupDirectory which contains the given
groups.
|
SimpleUser(String username,
Map<String,GuacamoleConfiguration> configs,
Collection<ConnectionGroup> groups)
Creates a new SimpleUser having the given username.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyConnectionGroup
Basic ConnectionGroup skeleton, providing a means of storing Connection data
prior to CRUD operations.
|
Modifier and Type | Method and Description |
---|---|
Directory<String,ConnectionGroup> |
DummyConnectionGroup.getConnectionGroupDirectory() |
Copyright © 2014. All Rights Reserved.