Uses of Interface
org.apache.guacamole.net.auth.ActivityLog
-
Packages that use ActivityLog 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 ActivityLog in org.apache.guacamole.net.auth
Classes in org.apache.guacamole.net.auth that implement ActivityLog Modifier and Type Class Description class
AbstractActivityLog
Base implementation of an ActivityLog, providing storage and simple getters/setters for its main properties.class
FileActivityLog
ActivityLog implementation that exposes the content of a local file.Methods in org.apache.guacamole.net.auth that return types with arguments of type ActivityLog Modifier and Type Method Description default 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.Map<String,ActivityLog>
DelegatingActivityRecord. getLogs()
-