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 | 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.
|
Directory<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.
|
Directory<ConnectionGroup> |
UserContext.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<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.
|
Directory<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 | 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 |
SimpleDirectory<ObjectType extends Identifiable>
An extremely simple read-only implementation of a Directory which provides
access to a pre-defined Map of arbitrary objects.
|
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<ActiveConnection> |
SimpleUserContext.getActiveConnectionDirectory() |
Directory<Connection> |
SimpleUserContext.getConnectionDirectory() |
Directory<ConnectionGroup> |
SimpleUserContext.getConnectionGroupDirectory() |
Directory<SharingProfile> |
SimpleUserContext.getSharingProfileDirectory() |
Directory<User> |
SimpleUserContext.getUserDirectory() |
Copyright © 2016. All rights reserved.