Uses of Class
org.apache.guacamole.net.auth.AbstractConnection
-
Packages that use AbstractConnection Package Description 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. -
-
Uses of AbstractConnection in org.apache.guacamole.net.auth.simple
Subclasses of AbstractConnection in org.apache.guacamole.net.auth.simple Modifier and Type Class Description class
SimpleConnection
A Connection implementation which establishes the underlying connection to guacd using the configuration information provided in guacamole.properties.
-