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