Uses of Interface
org.apache.guacamole.environment.Environment
Packages that use Environment
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
-
Uses of Environment in org.apache.guacamole.environment
Classes in org.apache.guacamole.environment that implement EnvironmentModifier and TypeClassDescriptionclass
Environment implementation which simply delegates all function calls to a wrapped Environment instance.class
The environment of the locally-running Guacamole instance, describing available protocols, configuration parameters, and the GUACAMOLE_HOME directory.Constructors in org.apache.guacamole.environment with parameters of type EnvironmentModifierConstructorDescriptionDelegatingEnvironment
(Environment environment) Creates a new DelegatingEnvironment which delegates all function calls to the given Environment. -
Uses of Environment in org.apache.guacamole.net.auth
Constructors in org.apache.guacamole.net.auth with parameters of type EnvironmentModifierConstructorDescriptionAbstractAuthenticatedUser
(Environment environment) Creates a new AbstractAuthenticatedUser that considers usernames to be case-sensitive or case-insensitive based on the case sensitivity setting of the providedEnvironment
, as returned bygetCaseSensitivity()
.AbstractUser
(Environment environment) Creates a new AbstractUser that considers usernames to be case-sensitive or case-insensitive based on the case sensitivity setting of the providedEnvironment
, as returned bygetCaseSensitivity()
.AbstractUserGroup
(Environment environment) Creates a new AbstractUserGroup that considers group names to be case-sensitive or case-insensitive based on the case sensitivity setting of the providedEnvironment
, as returned bygetCaseSensitivity()
.