Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.discovery.search.DomainSearchArtifactsLoader Class Reference

Inherits CacheLoader< DomainSearchArtifactsCache.ArtifactCacheKey, Map< String, List< BlackboardArtifact > > >.

Public Member Functions

Map< String, List< BlackboardArtifact > > load (DomainSearchArtifactsCache.ArtifactCacheKey artifactKey) throws TskCoreException, InterruptedException
 

Static Private Attributes

static final BlackboardAttribute.Type TSK_DOMAIN = new BlackboardAttribute.Type(BlackboardAttribute.ATTRIBUTE_TYPE.TSK_DOMAIN)
 

Detailed Description

Loads artifacts for the given request. Searches for TSK domain attributes and organizes artifacts by those values.

Definition at line 36 of file DomainSearchArtifactsLoader.java.

Member Function Documentation

Map<String, List<BlackboardArtifact> > org.sleuthkit.autopsy.discovery.search.DomainSearchArtifactsLoader.load ( DomainSearchArtifactsCache.ArtifactCacheKey  artifactKey) throws TskCoreException, InterruptedException

Member Data Documentation

final BlackboardAttribute.Type org.sleuthkit.autopsy.discovery.search.DomainSearchArtifactsLoader.TSK_DOMAIN = new BlackboardAttribute.Type(BlackboardAttribute.ATTRIBUTE_TYPE.TSK_DOMAIN)
staticprivate

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

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