Uses of Interface
org.apache.guacamole.properties.GuacamoleProperty
Packages that use GuacamoleProperty
Package
Description
Provides classes for reading properties from the web-application-wide
guacamole.properties file.
-
Uses of GuacamoleProperty in org.apache.guacamole.environment
Methods in org.apache.guacamole.environment with parameters of type GuacamolePropertyModifier and TypeMethodDescription<Type> Type
DelegatingEnvironment.getProperty
(GuacamoleProperty<Type> property) <Type> Type
DelegatingEnvironment.getProperty
(GuacamoleProperty<Type> property, Type defaultValue) <Type> Type
Environment.getProperty
(GuacamoleProperty<Type> property) Given a GuacamoleProperty, parses and returns the value set for that property in guacamole.properties, if any.<Type> Type
Environment.getProperty
(GuacamoleProperty<Type> property, Type defaultValue) Given a GuacamoleProperty, parses and returns the value set for that property in guacamole.properties, if any.<Type> Type
LocalEnvironment.getProperty
(GuacamoleProperty<Type> property) <Type> Type
LocalEnvironment.getProperty
(GuacamoleProperty<Type> property, Type defaultValue) <Type> Collection
<Type> DelegatingEnvironment.getPropertyCollection
(GuacamoleProperty<Type> property) <Type> Collection
<Type> DelegatingEnvironment.getPropertyCollection
(GuacamoleProperty<Type> property, Collection<Type> defaultValue) <Type> Collection
<Type> DelegatingEnvironment.getPropertyCollection
(GuacamoleProperty<Type> property, Type defaultValue) default <Type> Collection
<Type> Environment.getPropertyCollection
(GuacamoleProperty<Type> property) Given a GuacamoleProperty, parses and returns a sorted Collection of the value set for that property in guacamole.properties, if any.default <Type> Collection
<Type> Environment.getPropertyCollection
(GuacamoleProperty<Type> property, Collection<Type> defaultValue) Given a GuacamoleProperty, parses and returns the value set for that property in guacamole.properties, if any.default <Type> Collection
<Type> Environment.getPropertyCollection
(GuacamoleProperty<Type> property, Type defaultValue) Given a GuacamoleProperty, parses and returns the value set for that property in guacamole.properties, if any.<Type> Collection
<Type> LocalEnvironment.getPropertyCollection
(GuacamoleProperty<Type> property) <Type> Collection
<Type> LocalEnvironment.getPropertyCollection
(GuacamoleProperty<Type> property, Collection<Type> defaultValue) <Type> Collection
<Type> LocalEnvironment.getPropertyCollection
(GuacamoleProperty<Type> property, Type defaultValue) <Type> Type
DelegatingEnvironment.getRequiredProperty
(GuacamoleProperty<Type> property) <Type> Type
Environment.getRequiredProperty
(GuacamoleProperty<Type> property) Given a GuacamoleProperty, parses and returns the value set for that property in guacamole.properties.<Type> Type
LocalEnvironment.getRequiredProperty
(GuacamoleProperty<Type> property) <Type> Collection
<Type> DelegatingEnvironment.getRequiredPropertyCollection
(GuacamoleProperty<Type> property) default <Type> Collection
<Type> Environment.getRequiredPropertyCollection
(GuacamoleProperty<Type> property) Given a GuacamoleProperty, parses and returns a sorted Collection of values for that property in guacamole.properties.<Type> Collection
<Type> LocalEnvironment.getRequiredPropertyCollection
(GuacamoleProperty<Type> property) -
Uses of GuacamoleProperty in org.apache.guacamole.properties
Classes in org.apache.guacamole.properties that implement GuacamolePropertyModifier and TypeClassDescriptionclass
A GuacamoleProperty whose value is an boolean.class
A GuacamoleProperty whose value is a byte array.class
EnumGuacamoleProperty<T extends Enum<T>>
A GuacamoleProperty whose possible values are defined by an enum.class
A GuacamoleProperty whose value is a filename.class
A GuacamoleProperty whose value is an integer.class
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.class
A GuacamoleProperty whose value is an long.class
A GuacamoleProperty whose value is a simple string.class
Deprecated.This class is now deprecated in favor of using the StringGuacamoleProperty class with the parseValueCollection method.class
A GuacamoleProperty whose value is a TimeZone.class
A GuacamoleProperty whose value is a URI.