Sleuth Kit Java Bindings (JNI)  4.6.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 ()
 

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.

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

Gets the account type

Returns
account type

Definition at line 150 of file Account.java.

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.


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

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