|
|||||||||
| Home >> All >> java >> [ security overview ] | PREV NEXT | ||||||||
Uses of Interface
java.security.PrivilegedAction
| Uses of PrivilegedAction in java.security |
| Methods in java.security with parameters of type PrivilegedAction | |
static java.lang.Object |
AccessController.doPrivileged(PrivilegedAction 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(PrivilegedAction 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 | ||||||||