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

Public Member Functions

 OsAccountType (int id, String name)
 
int getId ()
 
String getName ()
 

Static Public Member Functions

static OsAccountType fromID (int typeId)
 

Public Attributes

 INTERACTIVE =(2, bundle.getString("OsAccountType.Interactive.text"))
 
 SERVICE =(1, bundle.getString("OsAccountType.Service.text"))
 
 UNKNOWN =(0, bundle.getString("OsAccountType.Unknown.text"))
 

Detailed Description

Encapsulates an account type - whether it's an interactive login account or a service account.

Definition at line 155 of file OsAccount.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.OsAccount.OsAccountType.OsAccountType ( int  id,
String  name 
)

Definition at line 163 of file OsAccount.java.

Member Function Documentation

static OsAccountType org.sleuthkit.datamodel.OsAccount.OsAccountType.fromID ( int  typeId)
static

Gets account type enum from id.

Parameters
typeIdId to look for.
Returns
Account type enum.

Definition at line 193 of file OsAccount.java.

int org.sleuthkit.datamodel.OsAccount.OsAccountType.getId ( )

Get account type id.

Returns
Account type id.

Definition at line 173 of file OsAccount.java.

String org.sleuthkit.datamodel.OsAccount.OsAccountType.getName ( )

Get account type name.

Returns
Account type name.

Definition at line 182 of file OsAccount.java.

Member Data Documentation

org.sleuthkit.datamodel.OsAccount.OsAccountType.INTERACTIVE =(2, bundle.getString("OsAccountType.Interactive.text"))

Definition at line 158 of file OsAccount.java.

org.sleuthkit.datamodel.OsAccount.OsAccountType.SERVICE =(1, bundle.getString("OsAccountType.Service.text"))

Definition at line 157 of file OsAccount.java.

org.sleuthkit.datamodel.OsAccount.OsAccountType.UNKNOWN =(0, bundle.getString("OsAccountType.Unknown.text"))

Definition at line 156 of file OsAccount.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.