Uses of Enum
org.apache.guacamole.net.auth.GuacamoleProxyConfiguration.EncryptionMethod
Packages that use GuacamoleProxyConfiguration.EncryptionMethod
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
-
Uses of GuacamoleProxyConfiguration.EncryptionMethod in org.apache.guacamole.net.auth
Methods in org.apache.guacamole.net.auth that return GuacamoleProxyConfiguration.EncryptionMethodModifier and TypeMethodDescriptionGuacamoleProxyConfiguration.getEncryptionMethod()
Returns the type of encryption required by guacd.Returns the enum constant of this type with the specified name.GuacamoleProxyConfiguration.EncryptionMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.guacamole.net.auth with parameters of type GuacamoleProxyConfiguration.EncryptionMethodModifierConstructorDescriptionGuacamoleProxyConfiguration
(String hostname, int port, GuacamoleProxyConfiguration.EncryptionMethod encryptionMethod) Creates a new GuacamoleProxyConfiguration having the given hostname, port, and encryption method.