Uses of Class
org.apache.guacamole.net.auth.AbstractUserContext
-
Packages that use AbstractUserContext Package Description org.apache.guacamole.net.auth.simple Provides a basic AuthenticationProvider base class that can be used to create simple AuthenticationProviders in the same way allowed by the old authentication API. -
-
Uses of AbstractUserContext in org.apache.guacamole.net.auth.simple
Subclasses of AbstractUserContext in org.apache.guacamole.net.auth.simple Modifier and Type Class Description class
SimpleUserContext
An extremely simple UserContext implementation which provides access to a defined and restricted set of GuacamoleConfigurations.
-