Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount Class Reference

Classes

class  CentralRepoAccountType
 

Public Member Functions

 CentralRepoAccount (long accountId, CentralRepoAccountType accountType, String typeSpecificId)
 
boolean equals (Object obj)
 
long getAccountId ()
 
CentralRepoAccountType getAccountType ()
 
String getTypeSpecificId ()
 
int hashCode ()
 

Private Attributes

final long accountId
 
final CentralRepoAccountType accountType
 
final String typeSpecificId
 

Detailed Description

This class abstracts an Account as stored in the CR database.

Definition at line 27 of file CentralRepoAccount.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccount ( long  accountId,
CentralRepoAccountType  accountType,
String  typeSpecificId 
)

Member Function Documentation

boolean org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.equals ( Object  obj)
long org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.getAccountId ( )
CentralRepoAccountType org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.getAccountType ( )
String org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.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 82 of file CentralRepoAccount.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.typeSpecificId.

Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.equals().

int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.hashCode ( )

Definition at line 105 of file CentralRepoAccount.java.

Member Data Documentation

final long org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.accountId
private
final CentralRepoAccountType org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.accountType
private
final String org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.typeSpecificId
private

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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.