Sleuth Kit Java Bindings (JNI)  4.11.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.OsAccountRealm.ScopeConfidence Enum Reference

Public Member Functions

 ScopeConfidence (int id, String name)
 
int getId ()
 
String getName ()
 

Static Public Member Functions

static ScopeConfidence fromID (int typeId)
 

Public Attributes

 INFERRED =(1, bundle.getString("OsAccountRealm.Inferred.text"))
 
 KNOWN =(0, bundle.getString("OsAccountRealm.Known.text"))
 

Detailed Description

Enum to encapsulate scope confidence.

We may know for sure that a realm is domain scope or host scope, based on where it is found. Occasionally, we may have to infer or assume a scope to initially create a realm.

Definition at line 217 of file OsAccountRealm.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.OsAccountRealm.ScopeConfidence.ScopeConfidence ( int  id,
String  name 
)

Definition at line 224 of file OsAccountRealm.java.

Member Function Documentation

static ScopeConfidence org.sleuthkit.datamodel.OsAccountRealm.ScopeConfidence.fromID ( int  typeId)
static

Gets a realm scope confidence enum by id.

Parameters
typeIdRealm scope confidence id.
Returns
ScopeConfidence enum.

Definition at line 254 of file OsAccountRealm.java.

int org.sleuthkit.datamodel.OsAccountRealm.ScopeConfidence.getId ( )

Get the id of the realm scope confidence.

Returns
Realm scope confidence id.

Definition at line 234 of file OsAccountRealm.java.

String org.sleuthkit.datamodel.OsAccountRealm.ScopeConfidence.getName ( )

Get the realm scope confidence name.

Returns
Realm scope confidence name.

Definition at line 243 of file OsAccountRealm.java.

Member Data Documentation

org.sleuthkit.datamodel.OsAccountRealm.ScopeConfidence.INFERRED =(1, bundle.getString("OsAccountRealm.Inferred.text"))
org.sleuthkit.datamodel.OsAccountRealm.ScopeConfidence.KNOWN =(0, bundle.getString("OsAccountRealm.Known.text"))

The documentation for this enum 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.