Sleuth Kit Java Bindings (JNI)
4.11.0
Java bindings for using The Sleuth Kit
|
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")) | |
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.
org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.OsAccountInstanceType | ( | int | id, |
String | name, | ||
String | description | ||
) |
Definition at line 199 of file OsAccountInstance.java.
|
static |
Gets account instance type enum from id.
typeId | Id to look for. |
Definition at line 239 of file OsAccountInstance.java.
String org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.getDescription | ( | ) |
Get account instance type description.
Definition at line 228 of file OsAccountInstance.java.
int org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.getId | ( | ) |
Get account instance type id.
Definition at line 210 of file OsAccountInstance.java.
String org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.getName | ( | ) |
Get account instance type name.
Definition at line 219 of file OsAccountInstance.java.
org.sleuthkit.datamodel.OsAccountInstance.OsAccountInstanceType.ACCESSED =(1, bundle.getString("OsAccountInstanceType.Accessed.text"), bundle.getString("OsAccountInstanceType.Accessed.descr.text")) |
Definition at line 192 of file OsAccountInstance.java.
Referenced by org.sleuthkit.datamodel.SleuthkitCase.addFileSystemFile(), and org.sleuthkit.datamodel.AbstractContent.newDataArtifact().
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.
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.