Uses of Class
org.apache.guacamole.net.auth.GuacamoleProxyConfiguration.EncryptionMethod
-
Packages that use GuacamoleProxyConfiguration.EncryptionMethod 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 GuacamoleProxyConfiguration.EncryptionMethod in org.apache.guacamole.net.auth
Methods in org.apache.guacamole.net.auth that return GuacamoleProxyConfiguration.EncryptionMethod Modifier and Type Method Description GuacamoleProxyConfiguration.EncryptionMethod
GuacamoleProxyConfiguration. getEncryptionMethod()
Returns the type of encryption required by guacd.static GuacamoleProxyConfiguration.EncryptionMethod
GuacamoleProxyConfiguration.EncryptionMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static GuacamoleProxyConfiguration.EncryptionMethod[]
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.EncryptionMethod Constructor Description GuacamoleProxyConfiguration(String hostname, int port, GuacamoleProxyConfiguration.EncryptionMethod encryptionMethod)
Creates a new GuacamoleProxyConfiguration having the given hostname, port, and encryption method.
-