Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.ContactPersonaSearcherTask Class Reference

Inherits SwingWorker< Map< Persona, ArrayList< CentralRepoAccount > >, Void >.

Protected Member Functions

Map< Persona, ArrayList< CentralRepoAccount > > doInBackground () throws Exception
 
void done ()
 

Private Attributes

final BlackboardArtifact artifact
 
final List< CentralRepoAccountuniqueAccountsList = new ArrayList<>()
 

Detailed Description

Thread to search for a personas for all account identifier attributes for a contact.

Definition at line 609 of file ContactArtifactViewer.java.

Member Function Documentation

Map<Persona, ArrayList<CentralRepoAccount> > org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.ContactPersonaSearcherTask.doInBackground ( ) throws Exception
protected
void org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.ContactPersonaSearcherTask.done ( )
protected

Definition at line 681 of file ContactArtifactViewer.java.

Member Data Documentation

final BlackboardArtifact org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.ContactPersonaSearcherTask.artifact
private

Definition at line 611 of file ContactArtifactViewer.java.

final List<CentralRepoAccount> org.sleuthkit.autopsy.contentviewers.artifactviewers.ContactArtifactViewer.ContactPersonaSearcherTask.uniqueAccountsList = new ArrayList<>()
private

Definition at line 612 of file ContactArtifactViewer.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.