Package | Description |
---|---|
org.apache.guacamole.net.auth |
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
|
org.apache.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 |
AbstractSharingProfile
Base implementation of a sharing profile which can be used to share a
Guacamole connection.
|
Modifier and Type | Method and Description |
---|---|
Directory<SharingProfile> |
UserContext.getSharingProfileDirectory()
Retrieves a Directory which can be used to view and manipulate
sharing profiles and their configurations, but only as allowed by the
permissions given to the user.
|
Modifier and Type | Method and Description |
---|---|
Directory<SharingProfile> |
SimpleUserContext.getSharingProfileDirectory() |
Copyright © 2016. All rights reserved.