Uses of Interface
org.apache.guacamole.net.auth.Connectable
Packages that use Connectable
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
Provides a basic AuthenticationProvider base class that can be used to create
simple AuthenticationProviders in the same way allowed by the old
authentication API.
-
Uses of Connectable in org.apache.guacamole.net.auth
Subinterfaces of Connectable in org.apache.guacamole.net.authModifier and TypeInterfaceDescriptioninterfaceA pairing of username and GuacamoleTunnel representing an active usage of a particular connection.interfaceRepresents a pairing of a GuacamoleConfiguration with a unique, human-readable identifier, and abstracts the connection process.interfaceRepresents a connection group, which can contain both other connection groups as well as connections.Classes in org.apache.guacamole.net.auth that implement ConnectableModifier and TypeClassDescriptionclassBase implementation of an ActiveConnection, providing storage and simply getters/setters for its main properties.classBasic implementation of a Guacamole connection.classBasic implementation of a Guacamole connection group.classConnection implementation which simply delegates all function calls to an underlying Connection.classConnectionGroup implementation which simply delegates all function calls to an underlying ConnectionGroup.classConnection implementation which overrides the connect() function of an underlying Connection, adding a given set of parameter tokens to the tokens already supplied.classConnectionGroup implementation which overrides the connect() function of an underlying ConnectionGroup, adding a given set of parameter tokens to the tokens already supplied. -
Uses of Connectable in org.apache.guacamole.net.auth.simple
Classes in org.apache.guacamole.net.auth.simple that implement ConnectableModifier and TypeClassDescriptionclassA Connection implementation which establishes the underlying connection to guacd using the configuration information provided in guacamole.properties.classAn extremely simple read-only implementation of a ConnectionGroup which returns the connection and connection group identifiers it was constructed with.