GNU Classpath (0.95) | |
Frames | No Frames |
Methods which throw type java.security.PrivilegedActionException | |
Calls the run() method of the given action with as
(initial) access control context only the protection domain of the
calling class. | |
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. |
Methods which throw type java.security.PrivilegedActionException | |
Object | Run a method as another subject. |
Object | Subject.doAsPrivileged(Subject subject, PrivilegedExceptionAction<T> action, AccessControlContext acc) Run a method as another subject. |
GNU Classpath (0.95) |