Sleuth Kit Java Bindings (JNI)  4.11.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType Enum Reference

Public Member Functions

 OsAccountInstanceType (int id, String name, String description)
 
String getDescription ()
 
int getId ()
 
String getName ()
 

Static Public Member Functions

static OsAccountInstanceType fromID (int typeId)
 

Public Attributes

 ACCESSED =(1, bundle.getString("OsAccountInstanceType.Accessed.text"), bundle.getString("OsAccountInstanceType.Accessed.descr.text"))
 
 LAUNCHED =(0, bundle.getString("OsAccountInstanceType.Launched.text"), bundle.getString("OsAccountInstanceType.Launched.descr.text"))
 
 REFERENCED =(2, bundle.getString("OsAccountInstanceType.Referenced.text"), bundle.getString("OsAccountInstanceType.Referenced.descr.text"))
 

Detailed Description

Describes the relationship between an os account instance and the host where the instance was found.

Whether an os account actually performed any action on the host or if just a reference to it was found on the host (such as in a log file)

Definition at line 190 of file OsAccountInstance.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.OsAccountInstanceType ( int  id,
String  name,
String  description 
)

Definition at line 199 of file OsAccountInstance.java.

Member Function Documentation

static OsAccountInstanceType org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.fromID ( int  typeId)
static

Gets account instance type enum from id.

Parameters
typeIdId to look for.
Returns
Account instance type enum.

Definition at line 239 of file OsAccountInstance.java.

String org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.getDescription ( )

Get account instance type description.

Returns
Account instance type description.

Definition at line 228 of file OsAccountInstance.java.

int org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.getId ( )

Get account instance type id.

Returns
Account instance type id.

Definition at line 210 of file OsAccountInstance.java.

String org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.getName ( )

Get account instance type name.

Returns
Account instance type name.

Definition at line 219 of file OsAccountInstance.java.

Member Data Documentation

org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.ACCESSED =(1, bundle.getString("OsAccountInstanceType.Accessed.text"), bundle.getString("OsAccountInstanceType.Accessed.descr.text"))
org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.LAUNCHED =(0, bundle.getString("OsAccountInstanceType.Launched.text"), bundle.getString("OsAccountInstanceType.Launched.descr.text"))

Definition at line 191 of file OsAccountInstance.java.

org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.REFERENCED =(2, bundle.getString("OsAccountInstanceType.Referenced.text"), bundle.getString("OsAccountInstanceType.Referenced.descr.text"))

Definition at line 193 of file OsAccountInstance.java.


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

Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.