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