Uses of Interface
org.apache.guacamole.net.auth.Shareable
-
Packages that use Shareable Package Description org.apache.guacamole.net.auth Provides classes which can be used to extend or replace the authentication functionality of the Guacamole web application. -
-
Uses of Shareable in org.apache.guacamole.net.auth
Subinterfaces of Shareable in org.apache.guacamole.net.auth Modifier and Type Interface Description interface
ActiveConnection
A pairing of username and GuacamoleTunnel representing an active usage of a particular connection.Classes in org.apache.guacamole.net.auth that implement Shareable Modifier and Type Class Description class
AbstractActiveConnection
Base implementation of an ActiveConnection, providing storage and simply getters/setters for its main properties.
-