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.rest.activeconnection |
Modifier and Type | Class and Description |
---|---|
class |
AbstractActiveConnection |
Modifier and Type | Method and Description |
---|---|
Directory<ActiveConnection> |
UserContext.getActiveConnectionDirectory()
Retrieves a Directory which can be used to view and manipulate
active connections, but only as allowed by the permissions given to the
user.
|
Modifier and Type | Method and Description |
---|---|
Directory<ActiveConnection> |
SimpleUserContext.getActiveConnectionDirectory() |
Constructor and Description |
---|
APIActiveConnection(ActiveConnection connection)
Creates a new APIActiveConnection, copying the information from the given
active connection.
|
Copyright © 2017. All rights reserved.