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 gnu.classpath.jdwp.processor

Classes implementing java.security.PrivilegedAction

class
This class is responsible for processing packets from the debugger.

Uses in package gnu.java.security.action

Classes implementing java.security.PrivilegedAction

class
PrivilegedAction implementation that calls System.getProperty() with the property name passed to its constructor.
class
PrivilegedAction implementation that calls Security.getProperty() with the property name passed to its constructor.
class
PrivilegedAction implementation that calls setAccessible(true) on the AccessibleObject passed to its constructor.

Uses in package gnu.java.net

Classes implementing java.security.PrivilegedAction

class
Privileged action to retrieve the local host InetAddress.

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.