public class DoPrivilegedUtil
extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
DoPrivilegedUtil.PACL |
Constructor and Description |
---|
DoPrivilegedUtil() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
wrap(PrivilegedAction<T> privilegedAction) |
static <T> T |
wrap(PrivilegedExceptionAction<T> privilegedExceptionAction) |
static <T> T |
wrap(T t) |
static <T> T |
wrapWhenActive(T t) |