Package org.apache.guacamole.properties
package org.apache.guacamole.properties
Provides classes for reading properties from the web-application-wide
guacamole.properties file.
-
ClassDescriptionA GuacamoleProperty whose value is an boolean.A GuacamoleProperty whose value is a byte array.An enum that supports configuring various user and group case sensitivity settings.EnumGuacamoleProperty<T extends Enum<T>>A GuacamoleProperty whose possible values are defined by an enum.Defines the string value which should be accepted and parsed into the annotated enum constant.Defines the string values which should be accepted and parsed into the annotated enum constant.GuacamoleProperties implementation which reads all properties from a standard Java properties file.A GuacamoleProperty whose value is a filename.An arbitrary set of Guacamole configuration property name/value pairs.GuacamoleProperty<Type>An abstract representation of a property in the guacamole.properties file, which parses into a specific type.A GuacamoleProperty whose value is an integer.A GuacamoleProperty implementation that parses a String for a comma-separated list of IP addresses and/or IP subnets, both IPv4 and IPv6, and returns the list of those valid IP addresses/subnets.A GuacamoleProperty whose value is an long.GuacamoleProperties implementation which reads all properties from a
Properties
object.A GuacamoleProperty whose value is a simple string.Deprecated.This class is now deprecated in favor of using the StringGuacamoleProperty class with the parseValueCollection method.A GuacamoleProperty whose value is a TimeZone.A GuacamoleProperty whose value is a URI.