Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeResults Class Reference

Private Member Functions

void update ()
 

Private Attributes

final Map< String, Long > counts = new HashMap<>()
 

Detailed Description

Tracks the account types and the number of account types found.

Definition at line 300 of file Accounts.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeResults.update ( )
private

Queries the database and updates the counts for each account type.

Definition at line 334 of file Accounts.java.

References org.sleuthkit.autopsy.datamodel.accounts.Accounts.getFilterByDataSourceClause().

Member Data Documentation

final Map<String, Long> org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeResults.counts = new HashMap<>()
private

Definition at line 302 of file Accounts.java.


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

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