Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Attributes | List of all members
org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.RoleProcessor Class Reference

Private Attributes

final IngestJobContext context
 
final Map< RoleKey, DomainRoleroles = new HashMap<>()
 

Detailed Description

Collects data for making blackboard artifacts.

We only want a max of one role per domain, and the role should be the highest level found. The full URL and associated file will belong to the first artifact found with the recorded level.

Definition at line 239 of file ExtractWebAccountType.java.

Member Data Documentation

final IngestJobContext org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.RoleProcessor.context
private

Definition at line 241 of file ExtractWebAccountType.java.

final Map<RoleKey, DomainRole> org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.RoleProcessor.roles = new HashMap<>()
private

Definition at line 242 of file ExtractWebAccountType.java.


The documentation for this class 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.