Uses of Class java.security.PrivilegedActionException

Uses in package java.security

Methods which throw type java.security.PrivilegedActionException

AccessController.T 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.
AccessController.T 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.

Uses in package javax.security.auth

Methods which throw type java.security.PrivilegedActionException

Object
Run a method as another subject.
Object
Run a method as another subject.