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