Uses of Interface
org.apache.guacamole.net.auth.Disableable
Packages that use Disableable
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
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 Disableable in org.apache.guacamole.net.auth
Subinterfaces of Disableable in org.apache.guacamole.net.authModifier and TypeInterfaceDescriptioninterface
A user of the Guacamole web application.interface
A user group of the Guacamole web application.Classes in org.apache.guacamole.net.auth that implement DisableableModifier and TypeClassDescriptionclass
Base implementation of User which provides default implementations of most functions.class
Base implementation of UserGroup which provides default implementations of most functions.class
User implementation which simply delegates all function calls to an underlying User.class
UserGroup implementation which simply delegates all function calls to an underlying UserGroup. -
Uses of Disableable in org.apache.guacamole.net.auth.simple
Classes in org.apache.guacamole.net.auth.simple that implement DisableableModifier and TypeClassDescriptionclass
A read-only User implementation which has no permissions.class
A read-only UserGroup implementation which has no members and no permissions.