Package 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.
-
Class Summary 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. UseSimpleDirectory
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. UseSimpleDirectory
instead.SimpleConnectionRecordSet Deprecated. UseSimpleActivityRecordSet
<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. UseSimpleDirectory
instead.SimpleUserGroup A read-only UserGroup implementation which has no members and no permissions.