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

Public Member Functions

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

Static Public Member Functions

static RealmScope fromID (int typeId)
 

Public Attributes

 DOMAIN =(2, bundle.getString("OsAccountRealm.Domain.text"))
 
 LOCAL =(1, bundle.getString("OsAccountRealm.Local.text"))
 
 UNKNOWN =(0, bundle.getString("OsAccountRealm.Unknown.text"))
 

Detailed Description

Enum to encapsulate a realm scope.

Scope of a realm may extend to a single host (local) or to a domain.

Definition at line 162 of file OsAccountRealm.java.

Constructor & Destructor Documentation

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

Definition at line 170 of file OsAccountRealm.java.

Member Function Documentation

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

Gets a realm scope confidence enum by id.

Parameters
typeIdRealm scope confidence id.
Returns
ScopeConfidence enum.

Definition at line 200 of file OsAccountRealm.java.

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

Get the id of the realm scope.

Returns
Realm scope id.

Definition at line 180 of file OsAccountRealm.java.

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

Get the realm scope name.

Returns
Realm scope name.

Definition at line 189 of file OsAccountRealm.java.

Member Data Documentation

org.sleuthkit.datamodel.OsAccountRealm.RealmScope.DOMAIN =(2, bundle.getString("OsAccountRealm.Domain.text"))
org.sleuthkit.datamodel.OsAccountRealm.RealmScope.LOCAL =(1, bundle.getString("OsAccountRealm.Local.text"))
org.sleuthkit.datamodel.OsAccountRealm.RealmScope.UNKNOWN =(0, bundle.getString("OsAccountRealm.Unknown.text"))

Definition at line 163 of file OsAccountRealm.java.


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.