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