public class RoleConstants extends Object
AddOnStartup
Modifier and Type | Field and Description |
---|---|
static String |
ANONYMOUS |
static String |
AUTHENTICATED |
static String |
PROVIDER |
static String |
SUPERUSER |
Constructor and Description |
---|
RoleConstants() |
@AddOnStartup(description="Assigned to Administrators of OpenMRS. Gives additional access to change core aspects of the system.") public static final String SUPERUSER
@AddOnStartup(description="Privileges for non-authenticated users.") public static final String ANONYMOUS
@AddOnStartup(description="Privileges gained once authentication has been established.") public static final String AUTHENTICATED
@AddOnStartup(description="All users with the \'Provider\' role will appear as options in the default Infopath ") public static final String PROVIDER
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.