Sleuth Kit Java Bindings (JNI)  4.11.1
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)
 
static OsAccountInstanceType fromString (String name)
 

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 what is known about what an OS Account did on an specific host.

Note: lower ordinal value is more significant than higher ordinal value. Order of significance: LAUNCHED > ACCESSED > REFERENCED.

Definition at line 201 of file OsAccountInstance.java.

Constructor & Destructor Documentation

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

Definition at line 211 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 251 of file OsAccountInstance.java.

static OsAccountInstanceType org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.fromString ( String  name)
static

Gets account instance type enum from name.

Parameters
nameName to look for.
Returns
Account instance type enum, null if no match is found.

Definition at line 267 of file OsAccountInstance.java.

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

Get account instance type description.

Returns
Account instance type description.

Definition at line 240 of file OsAccountInstance.java.

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

Get account instance type id.

Returns
Account instance type id.

Definition at line 222 of file OsAccountInstance.java.

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

Get account instance type name.

Returns
Account instance type name.

Definition at line 231 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 202 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 204 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.