Uses of Interface java.security.PrivilegedAction

Uses in package javax.security.auth

Methods with parameter type java.security.PrivilegedAction

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

Uses in package java.security

Methods with parameter type java.security.PrivilegedAction

Object
Calls the run() method of the given action with as (initial) access control context only the protection domain of the calling class.
Object
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.