Frames | No Frames |
Classes implementing java.security.PrivilegedAction | |
class | This class is responsible for processing packets from the
debugger. |
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. |
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.
|
Classes implementing java.security.PrivilegedAction | |
class | Privileged action to retrieve the local host InetAddress.
|
Methods with parameter type java.security.PrivilegedAction | |
Object | Run a method as another subject. |
Object | Run a method as another subject. |