java.security.PrivilegedAction<T> |
PrivilegedAction
represents an action that can be executed privileged
regarding access control. Instances of PrivilegedAction
can be
executed on AccessController.doPrivileged()
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the result of running the action.
|
Returns the result of running the action.