You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/guacamole-history-recording-storage/src/main/java/org/apache/guacamole/history/connection/RecordedConnectionActivityRecordSet.java
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,11 @@ public class RecordedConnectionActivityRecordSet extends DecoratingActivityRecor
40
40
* Whether the current user is an administrator.
41
41
*/
42
42
privatefinalbooleanisAdmin;
43
+
44
+
/**
45
+
* Whether the current user is an auditor.
46
+
*/
47
+
privatefinalbooleanisAuditor;
43
48
44
49
/**
45
50
* The overall set of connection permissions defined for the current user.
@@ -69,9 +74,10 @@ public RecordedConnectionActivityRecordSet(User currentUser,
69
74
// Determine whether current user is an administrator
0 commit comments