Package | Description |
---|---|
net.sourceforge.guacamole.net.auth |
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
|
net.sourceforge.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.
|
net.sourceforge.guacamole.net.event |
Provides classes for storing information about events that are
triggered when users log into and use the Guacamole web application.
|
Class and Description |
---|
Connection
Represents a pairing of a GuacamoleConfiguration with a unique,
human-readable identifier, and abstracts the connection process.
|
ConnectionRecord
A logging record describing when a user started and ended usage of a
particular connection.
|
Credentials
Simple arbitrary set of credentials, including a username/password pair,
the HttpServletRequest associated with the request for authorization
(if any) and the HttpSession associated with that request.
|
Directory
Provides access to a collection of all objects with associated identifiers,
and allows user manipulation and removal.
|
User
A user of the Guacamole web application.
|
UserContext
The context of an active user.
|
Class and Description |
---|
AbstractConnection
Basic implementation of a Guacamole connection.
|
AbstractUser
Basic implementation of a Guacamole user which uses the username to
determine equality.
|
AuthenticationProvider
Provides means of accessing and managing the available
GuacamoleConfiguration objects and User objects.
|
Connection
Represents a pairing of a GuacamoleConfiguration with a unique,
human-readable identifier, and abstracts the connection process.
|
ConnectionRecord
A logging record describing when a user started and ended usage of a
particular connection.
|
Credentials
Simple arbitrary set of credentials, including a username/password pair,
the HttpServletRequest associated with the request for authorization
(if any) and the HttpSession associated with that request.
|
Directory
Provides access to a collection of all objects with associated identifiers,
and allows user manipulation and removal.
|
User
A user of the Guacamole web application.
|
UserContext
The context of an active user.
|
Class and Description |
---|
Credentials
Simple arbitrary set of credentials, including a username/password pair,
the HttpServletRequest associated with the request for authorization
(if any) and the HttpSession associated with that request.
|
Copyright © 2013. All Rights Reserved.