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

Quick Search    Search Deep

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.