PrivilegedExceptionActionpublic interface PrivilegedExceptionAction {@code PrivilegedAction} represents an action, that can be executed
privileged regarding access control. Instances of {@code PrivilegedAction}
can be executed invoking {@code AccessController.doPrivileged()}. |
Methods Summary |
---|
public T | run()Returns the result of running the action.
|
|