Uses of Class
org.apache.guacamole.net.auth.AbstractConnectionGroup
-
Packages that use AbstractConnectionGroup 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 AbstractConnectionGroup in org.apache.guacamole.net.auth.simple
Subclasses of AbstractConnectionGroup in org.apache.guacamole.net.auth.simple Modifier and Type Class Description class
SimpleConnectionGroup
An extremely simple read-only implementation of a ConnectionGroup which returns the connection and connection group identifiers it was constructed with.
-