Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Attributes | List of all members
org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role Enum Reference

Public Member Functions

 Role (String desc, int rank)
 
String getDesc ()
 
int getRank ()
 

Public Attributes

 ADMIN =(Bundle.ExtractWebAccountType_role_admin(), 2)
 
 MOD =(Bundle.ExtractWebAccountType_role_moderator(), 1)
 
 USER =(Bundle.ExtractWebAccountType_role_user(), 0)
 

Private Attributes

final String desc
 
final int rank
 

Detailed Description

Possible roles with rank and display name.

Definition at line 321 of file ExtractWebAccountType.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.Role ( String  desc,
int  rank 
)

Definition at line 329 of file ExtractWebAccountType.java.

Member Function Documentation

String org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.getDesc ( )

Definition at line 334 of file ExtractWebAccountType.java.

int org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.getRank ( )

Definition at line 338 of file ExtractWebAccountType.java.

Member Data Documentation

org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.ADMIN =(Bundle.ExtractWebAccountType_role_admin(), 2)

Definition at line 324 of file ExtractWebAccountType.java.

final String org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.desc
private

Definition at line 326 of file ExtractWebAccountType.java.

org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.MOD =(Bundle.ExtractWebAccountType_role_moderator(), 1)

Definition at line 323 of file ExtractWebAccountType.java.

final int org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.rank
private

Definition at line 327 of file ExtractWebAccountType.java.

org.sleuthkit.autopsy.recentactivity.ExtractWebAccountType.Role.USER =(Bundle.ExtractWebAccountType_role_user(), 0)

Definition at line 322 of file ExtractWebAccountType.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.