Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
boolean | equals (Object obj) |
int | getAccountTypeId () |
Account.Type | getAcctType () |
int | getCorrelationTypeId () |
int | hashCode () |
Private Attributes | |
final int | accountTypeId |
final Account.Type | acctType |
final int | correlationTypeId |
Encapsulates a central repo account type and the correlation type that it maps to.
Definition at line 50 of file CentralRepoAccount.java.
boolean org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.equals | ( | Object | obj | ) |
Definition at line 88 of file CentralRepoAccount.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.acctType, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.equals(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.getAccountTypeId(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.getAcctType(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.getCorrelationTypeId().
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.equals().
int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.getAccountTypeId | ( | ) |
Definition at line 74 of file CentralRepoAccount.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.accountTypeId.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.equals().
Account.Type org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.getAcctType | ( | ) |
Definition at line 66 of file CentralRepoAccount.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.acctType.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.equals(), org.sleuthkit.autopsy.centralrepository.persona.CreatePersonaAccountDialog.TypeChoiceRenderer.getListCellRendererComponent(), and org.sleuthkit.autopsy.centralrepository.persona.PersonaAccountDialog.TypeChoiceRenderer.getListCellRendererComponent().
int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.getCorrelationTypeId | ( | ) |
int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.hashCode | ( | ) |
Definition at line 79 of file CentralRepoAccount.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.accountTypeId, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.acctType, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.correlationTypeId.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.hashCode().
|
private |
|
private |
Definition at line 54 of file CentralRepoAccount.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.equals(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.getAcctType(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoAccount.CentralRepoAccountType.hashCode().
|
private |
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.