Uses of Class
org.apache.guacamole.net.auth.AbstractUserGroup
-
Packages that use AbstractUserGroup 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 AbstractUserGroup in org.apache.guacamole.net.auth.simple
Subclasses of AbstractUserGroup in org.apache.guacamole.net.auth.simple Modifier and Type Class Description class
SimpleUserGroup
A read-only UserGroup implementation which has no members and no permissions.
-