| Package | Description |
|---|---|
| java.security |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
AccessController.doPrivileged(PrivilegedExceptionAction<T> action)
Performs the specified
PrivilegedExceptionAction with
privileges enabled. |
static <T> T |
AccessController.doPrivilegedWithCombiner(PrivilegedExceptionAction<T> action)
Performs the specified
PrivilegedExceptionAction with
privileges enabled. |
Copyright © 2019 API Design. All Rights Reserved.