Uses of Enum
org.apache.guacamole.properties.CaseSensitivity
Packages that use CaseSensitivity
Package
Description
Provides classes for reading properties from the web-application-wide
guacamole.properties file.
-
Uses of CaseSensitivity in org.apache.guacamole.environment
Fields in org.apache.guacamole.environment with type parameters of type CaseSensitivityModifier and TypeFieldDescriptionstatic final EnumGuacamoleProperty
<CaseSensitivity> Environment.CASE_SENSITIVITY
A property that configures how Guacamole handles case sensitivity - it can be enabled for both usernames and group names, just usernames, just group names, or disabled for both.Methods in org.apache.guacamole.environment that return CaseSensitivityModifier and TypeMethodDescriptionDelegatingEnvironment.getCaseSensitivity()
default CaseSensitivity
Environment.getCaseSensitivity()
Returns the case sensitivity configuration for Guacamole as defined in guacamole.properties, or the default of enabling case sensitivity for both usernames and group names. -
Uses of CaseSensitivity in org.apache.guacamole.properties
Methods in org.apache.guacamole.properties that return CaseSensitivityModifier and TypeMethodDescriptionstatic CaseSensitivity
Returns the enum constant of this type with the specified name.static CaseSensitivity[]
CaseSensitivity.values()
Returns an array containing the constants of this enum type, in the order they are declared.