Sleuth Kit Java Bindings (JNI)  4.11.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.OsAccountInstance Class Reference

Inherits Comparable< OsAccountInstance >.

Classes

enum  OsAccountInstanceType
 

Public Member Functions

int compareTo (OsAccountInstance other)
 
boolean equals (Object obj)
 
DataSource getDataSource () throws TskCoreException
 
long getInstanceId ()
 
OsAccountInstanceType getInstanceType ()
 
OsAccount getOsAccount () throws TskCoreException
 
int hashCode ()
 

Detailed Description

An OsAccountInstance represents the appearance of a particular OsAccount on a particular data source.

Definition at line 28 of file OsAccountInstance.java.

Member Function Documentation

int org.sleuthkit.datamodel.OsAccountInstance.compareTo ( OsAccountInstance  other)
boolean org.sleuthkit.datamodel.OsAccountInstance.equals ( Object  obj)
DataSource org.sleuthkit.datamodel.OsAccountInstance.getDataSource ( ) throws TskCoreException

Returns the data source for this account instance.

Returns
Return the data source instance.
Exceptions
TskCoreException

Definition at line 113 of file OsAccountInstance.java.

References org.sleuthkit.datamodel.SleuthkitCase.getDataSource().

long org.sleuthkit.datamodel.OsAccountInstance.getInstanceId ( )

Gets the instance ID of this OS account instance.

Returns
The instance ID.

Definition at line 82 of file OsAccountInstance.java.

OsAccountInstanceType org.sleuthkit.datamodel.OsAccountInstance.getInstanceType ( )

Returns the type for this OsAccount instance.

Returns

Definition at line 130 of file OsAccountInstance.java.

OsAccount org.sleuthkit.datamodel.OsAccountInstance.getOsAccount ( ) throws TskCoreException

Returns the OsAccount object for this instance.

Returns
The OsAccount object.
Exceptions
TskCoreExceptionException thrown if there is an error querying the case database.

Definition at line 94 of file OsAccountInstance.java.

References org.sleuthkit.datamodel.OsAccountManager.getOsAccountByObjectId(), and org.sleuthkit.datamodel.SleuthkitCase.getOsAccountManager().

int org.sleuthkit.datamodel.OsAccountInstance.hashCode ( )

Definition at line 175 of file OsAccountInstance.java.


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

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