Uses of Class
org.apache.guacamole.net.auth.DelegatingConnection
-
Packages that use DelegatingConnection 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 DelegatingConnection in org.apache.guacamole.net.auth
Subclasses of DelegatingConnection in org.apache.guacamole.net.auth Modifier and Type Class Description class
TokenInjectingConnection
Connection implementation which overrides the connect() function of an underlying Connection, adding a given set of parameter tokens to the tokens already supplied.
-