Package | Description |
---|---|
org.glyptodon.guacamole.net.basic.properties |
Classes related to the properties which the Guacamole web application
(and stock parts of it) read from guacamole.properties.
|
org.glyptodon.guacamole.properties |
Provides classes for reading properties from the web-application-wide
guacamole.properties file.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationProviderProperty
A GuacamoleProperty whose value is the name of a class to use to
authenticate users.
|
class |
EventListenersProperty
A GuacamoleProperty whose value is a comma-separated list of class names,
where each class will be used as a listener for events.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanGuacamoleProperty
A GuacamoleProperty whose value is an boolean.
|
class |
FileGuacamoleProperty
A GuacamoleProperty whose value is a filename.
|
class |
IntegerGuacamoleProperty
A GuacamoleProperty whose value is an integer.
|
class |
StringGuacamoleProperty
A GuacamoleProperty whose value is a simple string.
|
Modifier and Type | Method and Description |
---|---|
static <Type> Type |
GuacamoleProperties.getProperty(GuacamoleProperty<Type> property)
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.
|
static <Type> Type |
GuacamoleProperties.getProperty(GuacamoleProperty<Type> property,
Type defaultValue)
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.
|
static <Type> Type |
GuacamoleProperties.getRequiredProperty(GuacamoleProperty<Type> property)
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties.
|
Copyright © 2016. All Rights Reserved.