Uses of Class
org.apache.guacamole.net.auth.GuacamoleProxyConfiguration
Packages that use GuacamoleProxyConfiguration
Package
Description
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 GuacamoleProxyConfiguration in org.apache.guacamole.environment
Methods in org.apache.guacamole.environment that return GuacamoleProxyConfigurationModifier and TypeMethodDescriptionDelegatingEnvironment.getDefaultGuacamoleProxyConfiguration()
Environment.getDefaultGuacamoleProxyConfiguration()
Returns the connection information which should be used, by default, to connect to guacd when establishing a remote desktop connection.LocalEnvironment.getDefaultGuacamoleProxyConfiguration()
-
Uses of GuacamoleProxyConfiguration in org.apache.guacamole.net.auth.simple
Constructors in org.apache.guacamole.net.auth.simple with parameters of type GuacamoleProxyConfigurationModifierConstructorDescriptionSimpleConnection
(String name, String identifier, GuacamoleProxyConfiguration proxyConfig, org.apache.guacamole.protocol.GuacamoleConfiguration config, boolean interpretTokens) Creates a new SimpleConnection having the given identifier, GuacamoleConfiguration, and GuacamoleProxyConfiguration.