Sleuth Kit Java Bindings (JNI)  4.5.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.Account Class Reference

Classes

class  Type
 

Public Member Functions

long getAccountID ()
 
Account.Type getAccountType ()
 
String getTypeSpecificID ()
 

Private Attributes

final long account_id
 
final Account.Type accountType
 
final String typeSpecificID
 

Detailed Description

An entity that has a type and a unique (within that type) identifier . Example types include a Bank Account, Credit Card, Email address, Phone number, phone, Application, Web-site login, etc. Accounts are unique to the case.

Definition at line 30 of file Account.java.

Member Function Documentation

long org.sleuthkit.datamodel.Account.getAccountID ( )

Gets a case-specific unique identifier for this account (from the database)

Returns
unique row id.

Definition at line 160 of file Account.java.

References org.sleuthkit.datamodel.Account.account_id.

Account.Type org.sleuthkit.datamodel.Account.getAccountType ( )

Gets the account type

Returns
account type

Definition at line 150 of file Account.java.

References org.sleuthkit.datamodel.Account.accountType.

String org.sleuthkit.datamodel.Account.getTypeSpecificID ( )

Gets unique identifier (assigned by a provider) for the account. Example includes an email address, a phone number, or a website username.

Returns
type specific account id.

Definition at line 141 of file Account.java.

References org.sleuthkit.datamodel.Account.typeSpecificID.

Member Data Documentation

final long org.sleuthkit.datamodel.Account.account_id
private

primary key in the Accounts table, unique at the case-level

Definition at line 35 of file Account.java.

Referenced by org.sleuthkit.datamodel.Account.getAccountID().

final Account.Type org.sleuthkit.datamodel.Account.accountType
private

Definition at line 37 of file Account.java.

Referenced by org.sleuthkit.datamodel.Account.getAccountType().

final String org.sleuthkit.datamodel.Account.typeSpecificID
private

id of the account, specific to the accounts type. For example: email address, phone number, or website user name.

Definition at line 42 of file Account.java.

Referenced by org.sleuthkit.datamodel.Account.getTypeSpecificID().


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

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