See: Description
| Class | Description |
|---|---|
| SimpleActivityRecordSet<RecordType extends ActivityRecord> |
An immutable and empty ActivityRecordSet.
|
| SimpleAuthenticationProvider |
Provides means of retrieving a set of named GuacamoleConfigurations for a
given Credentials object.
|
| SimpleConnection |
A Connection implementation which establishes the underlying connection to
guacd using the configuration information provided in guacamole.properties.
|
| SimpleConnectionDirectory | Deprecated
Use
SimpleDirectory instead. |
| SimpleConnectionGroup |
An extremely simple read-only implementation of a ConnectionGroup which
returns the connection and connection group identifiers it was constructed
with.
|
| SimpleConnectionGroupDirectory | Deprecated
Use
SimpleDirectory instead. |
| SimpleConnectionRecordSet | Deprecated
Use
SimpleActivityRecordSet<ConnectionRecord>
instead. |
| SimpleDirectory<ObjectType extends Identifiable> |
An extremely simple read-only implementation of a Directory which provides
access to a pre-defined Map of arbitrary objects.
|
| SimpleObjectPermissionSet |
A read-only implementation of ObjectPermissionSet which uses a backing Set
of Permissions to determine which permissions are present.
|
| SimpleRelatedObjectSet |
A read-only implementation of RelatedObjectSet which uses a backing Set
of identifiers to determine which objects are present.
|
| SimpleSystemPermissionSet |
A read-only implementation of SystemPermissionSet which uses a backing Set
of Permissions to determine which permissions are present.
|
| SimpleUser |
A read-only User implementation which has no permissions.
|
| SimpleUserContext |
An extremely simple UserContext implementation which provides access to
a defined and restricted set of GuacamoleConfigurations.
|
| SimpleUserDirectory | Deprecated
Use
SimpleDirectory instead. |
| SimpleUserGroup |
A read-only UserGroup implementation which has no members and no
permissions.
|
Copyright © 2020. All rights reserved.