Uses of Interface
org.apache.guacamole.net.auth.ActivityLog
Packages that use ActivityLog
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
-
Uses of ActivityLog in org.apache.guacamole.net.auth
Classes in org.apache.guacamole.net.auth that implement ActivityLogModifier and TypeClassDescriptionclass
Base implementation of an ActivityLog, providing storage and simple getters/setters for its main properties.class
ActivityLog implementation that exposes the content of a local file.Methods in org.apache.guacamole.net.auth that return types with arguments of type ActivityLogModifier and TypeMethodDescriptiondefault Map
<String, ActivityLog> ActivityRecord.getLogs()
Returns a Map of logs related to this record and accessible by the current user, such as Guacamole session recordings.DelegatingActivityRecord.getLogs()