Uses of Interface
org.apache.guacamole.net.auth.ActiveConnection
Packages that use ActiveConnection
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
-
Uses of ActiveConnection in org.apache.guacamole.net.auth
Classes in org.apache.guacamole.net.auth that implement ActiveConnectionModifier and TypeClassDescriptionclass
Base implementation of an ActiveConnection, providing storage and simply getters/setters for its main properties.Methods in org.apache.guacamole.net.auth that return types with arguments of type ActiveConnectionModifier and TypeMethodDescriptionAbstractUserContext.getActiveConnectionDirectory()
Retrieves a Directory which can be used to view and manipulate active connections, but only as allowed by the permissions given to the user.DelegatingUserContext.getActiveConnectionDirectory()
UserContext.getActiveConnectionDirectory()
Retrieves a Directory which can be used to view and manipulate active connections, but only as allowed by the permissions given to the user.