Uses of Interface
org.apache.guacamole.net.auth.ActiveConnection
-
Packages that use ActiveConnection Package Description org.apache.guacamole.net.auth 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 ActiveConnection Modifier and Type Class Description class
AbstractActiveConnection
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 ActiveConnection Modifier and Type Method Description Directory<ActiveConnection>
AbstractUserContext. 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.Directory<ActiveConnection>
DelegatingUserContext. getActiveConnectionDirectory()
Directory<ActiveConnection>
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.
-