|
|||||||||
| Home >> All >> java >> [ security overview ] | PREV NEXT | ||||||||
Uses of Class
java.security.PrivilegedActionException
| Uses of PrivilegedActionException in java.security |
| Methods in java.security that throw PrivilegedActionException | |
static java.lang.Object |
AccessController.doPrivileged(PrivilegedExceptionAction action)
Calls the run() method of the given action with as
(initial) access control context only the protection domain of the
calling class. |
static java.lang.Object |
AccessController.doPrivileged(PrivilegedExceptionAction action,
AccessControlContext context)
Calls the run() method of the given action with as
(initial) access control context the given context combined with the
protection domain of the calling class. |
|
|||||||||
| Home >> All >> java >> [ security overview ] | PREV NEXT | ||||||||