Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Attributes | List of all members
org.sleuthkit.autopsy.events.AutopsyEvent.SourceType Enum Reference

Public Attributes

 LOCAL
 
 REMOTE
 

Detailed Description

Events have a source field set to local or remote to allow event subscribers to filter events by source type. For a multi-user case, a local event has happened on this Autopsy node, and a remote event has happened on another Autopsy node.

Events are local by default and are changed to remote events by the event publishers on other Autopsy nodes upon event receipt.

Definition at line 52 of file AutopsyEvent.java.

Member Data Documentation

org.sleuthkit.autopsy.events.AutopsyEvent.SourceType.LOCAL
org.sleuthkit.autopsy.events.AutopsyEvent.SourceType.REMOTE

Definition at line 54 of file AutopsyEvent.java.


The documentation for this enum was generated from the following file:

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.