mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +00:00
added other method for accessing
This commit is contained in:
parent
eec5c62704
commit
56fc3bb275
@ -170,6 +170,7 @@ public final class OsAccounts implements AutopsyVisitableItem {
|
||||
} else {
|
||||
Host host = skCase.getHostManager().getHostByDataSource(skCase.getDataSource(filteringDSObjId));
|
||||
list.addAll(skCase.getOsAccountManager().getOsAccounts(host));
|
||||
// list.addAll(skCase.getOsAccountManager().getOsAccountsByDataSourceId(filteringDSObjId));
|
||||
}
|
||||
} catch (TskCoreException | TskDataException ex) {
|
||||
logger.log(Level.SEVERE, "Unable to retrieve list of OsAccounts for case", ex);
|
||||
@ -442,6 +443,7 @@ public final class OsAccounts implements AutopsyVisitableItem {
|
||||
|
||||
/**
|
||||
* Main constructor.
|
||||
*
|
||||
* @param osAccountId The id of the os account.
|
||||
* @param osAcctRealm The realm of the os account.
|
||||
* @param hosts The hosts that the os account belongs to.
|
||||
|
Loading…
x
Reference in New Issue
Block a user