Autopsy
4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
This class abstracts an Account as stored in the CR database.
Definition at line 27 of file CentralRepoAccount.java.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccount | ( | long | accountId, |
CentralRepoAccountType | accountType, | ||
String | typeSpecificId | ||
) |
Definition at line 70 of file CentralRepoAccount.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.accountId, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.accountType, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.typeSpecificId.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.equals().
boolean org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.equals | ( | Object | obj | ) |
Definition at line 114 of file CentralRepoAccount.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccount(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.getAccountId(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.getAccountType(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.getTypeSpecificId().
long org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.getAccountId | ( | ) |
Gets the unique row id for this account in the database.
Definition at line 100 of file CentralRepoAccount.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.accountId.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.equals(), and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeUtil.makeCorrAttrFromAcctArtifact().
CentralRepoAccountType org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.getAccountType | ( | ) |
Gets the account type
Definition at line 91 of file CentralRepoAccount.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.accountType.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.equals().
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.
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.
|
private |
Definition at line 30 of file CentralRepoAccount.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccount(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.getAccountId().
|
private |
Definition at line 32 of file CentralRepoAccount.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccount(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.getAccountType().
|
private |
Definition at line 34 of file CentralRepoAccount.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccount(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.getTypeSpecificId().
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.