public class ActionElevationType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ActionElevationType |
ELEVATE
If elevated privileges are available, the action will be run in the elevated helper process.
|
static ActionElevationType |
INHERIT
The action elevation type will be inherited from the parent element, such as
the action or screen group, the screen or the installer application itself.
|
static ActionElevationType |
NONE
The action will not be elevated, it will run in-process as the original user.
|
Constructor and Description |
---|
ActionElevationType(int id) |
Modifier and Type | Method and Description |
---|---|
int |
getId()
Convert to an int value.
|
public static final ActionElevationType INHERIT
public static final ActionElevationType NONE
public static final ActionElevationType ELEVATE