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