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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
GuacamoleProxyConfiguration(String hostname,
int port,
GuacamoleProxyConfiguration.EncryptionMethod encryptionMethod)
Creates a new GuacamoleProxyConfiguration having the given hostname,
port, and encryption method.
|
Copyright © 2018. All rights reserved.