March 2005
Beginner to intermediate
1254 pages
104h 21m
English
PrivilegedExceptionAction<T>
This
interface
is like PrivilegedAction, except that its
run( ) method may throw an exception. See
PrivilegedAction for details.
public interface PrivilegedExceptionAction<T> { // Public Instance Methods T run( ) throws Exception; }
AccessController.doPrivileged( ),
java.util.concurrent.Executors.callable( ),
javax.security.auth.Subject.{doAs( ),
doAsPrivileged( )}
Read now
Unlock full access