| Package | Description |
|---|---|
| java.security |
Provides the classes and interfaces for the security framework.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
AccessController.doPrivileged(PrivilegedAction action)
Performs the specified
PrivilegedAction with privileges
enabled. |
static Object |
AccessController.doPrivileged(PrivilegedAction action,
AccessControlContext context)
Performs the specified
PrivilegedAction with privileges
enabled and restricted by the specified AccessControlContext. |
Copyright © 2013 CableLabs. All rights reserved.