public interface ActionExecutor
PrivilegedExceptionAction. Implementations of this type are used by the
privileging toy.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(java.security.PrivilegedExceptionAction<java.lang.Object> action)
Execute a
PrivilegedExceptionAction. |
java.lang.Object execute(java.security.PrivilegedExceptionAction<java.lang.Object> action)
throws java.security.PrivilegedActionException
PrivilegedExceptionAction.action - the action to runjava.security.PrivilegedActionException - if the execution of the action fails