See: Description
Interface | Description |
---|---|
ActiveConnection |
A pairing of username and GuacamoleTunnel representing an active usage of a
particular connection.
|
AuthenticatedUser |
A user of the Guacamole web application who has been authenticated by an
AuthenticationProvider.
|
AuthenticationProvider |
Provides means of authorizing users and for accessing and managing data
associated with those users.
|
Connectable |
An object which Guacamole can connect to.
|
Connection |
Represents a pairing of a GuacamoleConfiguration with a unique,
human-readable identifier, and abstracts the connection process.
|
ConnectionGroup |
Represents a connection group, which can contain both other connection groups
as well as connections.
|
ConnectionRecord |
A logging record describing when a user started and ended usage of a
particular connection.
|
ConnectionRecordSet |
The set of all available connection records, or a subset of those records.
|
Directory<ObjectType extends Identifiable> |
Provides access to a collection of all objects with associated identifiers,
and allows user manipulation and removal.
|
Identifiable |
An object which has a deterministic, unique identifier, which may not be
null.
|
Shareable<T> |
An object which can be shared with others via specially-generated sets of
credentials.
|
SharingProfile |
Represents the semantics which apply to an existing connection when shared,
along with a human-readable name and unique identifier.
|
User |
A user of the Guacamole web application.
|
UserContext |
The context of an active user.
|
Class | Description |
---|---|
AbstractActiveConnection |
Base implementation of an ActiveConnection, providing storage and simply
getters/setters for its main properties.
|
AbstractAuthenticatedUser |
Basic implementation of an AuthenticatedUser which uses the username to
determine equality.
|
AbstractConnection |
Basic implementation of a Guacamole connection.
|
AbstractConnectionGroup |
Basic implementation of a Guacamole connection group.
|
AbstractIdentifiable |
Abstract implementation of Identifiable which provides equals() and
hashCode() implementations which use the identifier to determine equality.
|
AbstractSharingProfile |
Base implementation of a sharing profile which can be used to share a
Guacamole connection.
|
AbstractUser |
Basic implementation of a Guacamole user which uses the username to
determine equality.
|
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.
|
Enum | Description |
---|---|
ConnectionGroup.Type |
All legal types of connection group.
|
ConnectionRecordSet.SortableProperty |
All properties of connection records which can be used as sorting
criteria.
|
Copyright © 2017. All rights reserved.