Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.