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 | 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.
|
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.
|
Directory<String,User> |
UserContext.getUserDirectory()
Retrieves a Directory which can be used to view and manipulate other
users, but only as allowed by the permissions given to the user of this
UserContext.
|
Modifier and Type | Method and Description |
---|---|
void |
Directory.move(IdentifierType identifier,
Directory<IdentifierType,ObjectType> directory)
Moves the object with the given identifier to the given directory.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleConnectionDirectory
An extremely simple read-only implementation of a Directory of
GuacamoleConfigurations which provides access to a pre-defined Map of
GuacamoleConfigurations.
|
class |
SimpleConnectionGroupDirectory
An extremely simple read-only implementation of a Directory of
ConnectionGroup which provides which provides access to a pre-defined
Collection of ConnectionGroups.
|
class |
SimpleUserDirectory
An extremely simple read-only implementation of a Directory of Users which
provides access to a single pre-defined User.
|
Modifier and Type | Method and Description |
---|---|
Directory<String,Connection> |
SimpleConnectionGroup.getConnectionDirectory() |
Directory<String,ConnectionGroup> |
SimpleConnectionGroup.getConnectionGroupDirectory() |
Directory<String,User> |
SimpleUserContext.getUserDirectory() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleConnectionDirectory.move(String identifier,
Directory<String,Connection> directory) |
void |
SimpleConnectionGroupDirectory.move(String identifier,
Directory<String,ConnectionGroup> directory) |
void |
SimpleUserDirectory.move(String identifier,
Directory<String,User> 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.
|
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() |
Directory<String,ConnectionGroup> |
DummyConnectionGroup.getConnectionGroupDirectory() |
Copyright © 2014. All rights reserved.